Mesa (master): mesa: Update comment about the list of BaseFormats for gl_formats.

Eric Anholt anholt at kemper.freedesktop.org
Mon Jan 3 21:29:45 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Sun Jan  2 17:57:47 2011 -0800

mesa: Update comment about the list of BaseFormats for gl_formats.

---

 src/mesa/main/formats.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index a6bec48..4eb2c35 100644
--- a/src/mesa/main/formats.c
+++ b/src/mesa/main/formats.c
@@ -40,9 +40,10 @@ struct gl_format_info
    const char *StrName;
 
    /**
-    * Base format is one of GL_RGB, GL_RGBA, GL_ALPHA, GL_LUMINANCE,
-    * GL_LUMINANCE_ALPHA, GL_INTENSITY, GL_YCBCR_MESA, GL_COLOR_INDEX,
-    * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL.
+    * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
+    * GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY, GL_YCBCR_MESA,
+    * GL_COLOR_INDEX, GL_DEPTH_COMPONENT, GL_STENCIL_INDEX,
+    * GL_DEPTH_STENCIL, GL_DUDV_ATI.
     */
    GLenum BaseFormat;
 




More information about the mesa-commit mailing list