mesa: updated comment
authorBrian Paul <brianp@vmware.com>
Mon, 16 Nov 2009 19:43:32 +0000 (12:43 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Dec 2009 23:42:30 +0000 (16:42 -0700)
src/mesa/main/dd.h

index 27ed921761c2421ea9aa53244d2192a378611d61..fdcaf05bac56a25445ddef35d64c7a2cfa17fb44 100644 (file)
@@ -182,7 +182,7 @@ struct dd_function_table {
     * 
     * This is called by the \c _mesa_store_tex[sub]image[123]d() fallback
     * functions.  The driver should examine \p internalFormat and return a
-    * pointer to an appropriate gl_texture_format.
+    * gl_format value.
     */
    GLuint (*ChooseTextureFormat)( GLcontext *ctx, GLint internalFormat,
                                      GLenum srcFormat, GLenum srcType );