Module: Mesa Branch: master Commit: e24a8de8ba3b0765852dbcc170f770572bd042ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e24a8de8ba3b0765852dbcc170f770572bd042ac
Author: Brian Paul <[email protected]> Date: Mon Nov 16 12:43:32 2009 -0700 mesa: updated comment --- src/mesa/main/dd.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 27ed921..fdcaf05 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 ); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
