mesa: Update comment about the list of BaseFormats for gl_formats.
authorEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 01:57:47 +0000 (17:57 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 21:22:38 +0000 (13:22 -0800)
src/mesa/main/formats.c

index a6bec486b8925da150d0f9723697a2df9feda582..4eb2c354f4ce22e1e0efada1a46e998c4dfbed8a 100644 (file)
@@ -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;