summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-16 12:43:32 -0700
committerBrian Paul <brianp@vmware.com>2009-12-11 16:42:30 -0700
commite24a8de8ba3b0765852dbcc170f770572bd042ac (patch)
tree2ae5a01d1e13bc708ffbc8a4ac4eb24d6e644e18
parent09aa9844947771cb75cf6cbd1c40e0b573d8dafd (diff)
mesa: updated comment
-rw-r--r--src/mesa/main/dd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 27ed921761c..fdcaf05bac5 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -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 );