Mesa (master): mesa: update comment for gl_texture_unit

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 22 14:13:28 UTC 2011


Module: Mesa
Branch: master
Commit: f3f080e526017f9643fd25543b4e0039f1905f4b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3f080e526017f9643fd25543b4e0039f1905f4b

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 22 08:12:10 2011 -0600

mesa: update comment for gl_texture_unit

---

 src/mesa/main/mtypes.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index eb2efc8..f018c75 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
 {




More information about the mesa-commit mailing list