added an additional comment about mipmap generation

This commit is contained in:
Brian Paul
2004-02-08 00:36:56 +00:00
parent 529614cd1a
commit 875f763c9f
+3
View File
@@ -40,6 +40,9 @@
* Mesa internal texture image types.
*
* All texture images must be stored in one of these formats.
*
* NOTE: when you add a new format, be sure to update the do_row()
* function in texstore.c used for auto mipmap generation.
*/
enum _format {
/**