mesa: update comment for gl_texture_unit
authorBrian Paul <brianp@vmware.com>
Wed, 22 Jun 2011 14:12:10 +0000 (08:12 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 22 Jun 2011 14:12:10 +0000 (08:12 -0600)
src/mesa/main/mtypes.h

index eb2efc8..f018c75 100644 (file)
@@ -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
 {