summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-06-22 08:12:10 -0600
committerBrian Paul <[email protected]>2011-06-22 08:12:10 -0600
commitf3f080e526017f9643fd25543b4e0039f1905f4b (patch)
tree953bc75fba00483806f7be3bc7e2f0c19eb85be7
parent50d7d03a7923ababa22af0ad185941c3e7f8b9cb (diff)
mesa: update comment for gl_texture_unit
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index eb2efc89aed..f018c75cc6a 100644
--- 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
{