projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d7d03
)
mesa: update comment for gl_texture_unit
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Jun 2011 14:12:10 +0000
(08:12 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Jun 2011 14:12:10 +0000
(08:12 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index eb2efc89aede4ec86a8ec0cd3289c88e32697332..f018c75cc6a63db7d6a9437318ad8bb6c8b96a94 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-1435,8
+1435,7
@@
struct gl_texgen
/**
* Texture unit state. Contains enable flags, texture environment/function/
- * combiners, texgen state, pointers to current texture objects and
- * post-filter color tables.
+ * combiners, texgen state, and pointers to current texture objects.
*/
struct gl_texture_unit
{