summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-08 00:36:56 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-08 00:36:56 +0000
commit875f763c9fbe00661335e6b252aa3740101ea8d0 (patch)
tree131563710eb2d99951c8151aa999dd961b084488 /src/mesa/main/texformat.h
parent529614cd1a1e426ca7ad019795a6b72ad51cd9e6 (diff)
downloadexternal_mesa3d-875f763c9fbe00661335e6b252aa3740101ea8d0.zip
external_mesa3d-875f763c9fbe00661335e6b252aa3740101ea8d0.tar.gz
external_mesa3d-875f763c9fbe00661335e6b252aa3740101ea8d0.tar.bz2
added an additional comment about mipmap generation
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r--src/mesa/main/texformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 67bd4b5..df199c5 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -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 {
/**