Mesa (master): mesa: update gl_texture_image comments

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 7 14:24:35 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Oct  7 08:22:35 2011 -0600

mesa: update gl_texture_image comments

---

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

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index c97c0bf..d329bee 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1231,8 +1231,8 @@ typedef enum
 
 
 /**
- * Texture image state.  Describes the dimensions of a texture image,
- * the texel format and pointers to Texel Fetch functions.
+ * Texture image state.  Drivers will typically create a subclass of this
+ * with extra fields for memory buffers, etc.
  */
 struct gl_texture_image
 {




More information about the mesa-commit mailing list