projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529614c
)
added an additional comment about mipmap generation
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 8 Feb 2004 00:36:56 +0000
(
00:36
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 8 Feb 2004 00:36:56 +0000
(
00:36
+0000)
src/mesa/main/texformat.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/texformat.h
b/src/mesa/main/texformat.h
index 67bd4b5133c0c5931544362014dfcd253495a1b1..df199c53406571124d187789d04b04cfb8a56926 100644
(file)
--- 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 {
/**