From: Brian Paul Date: Mon, 16 Nov 2009 19:43:32 +0000 (-0700) Subject: mesa: updated comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e24a8de8ba3b0765852dbcc170f770572bd042ac;p=mesa.git mesa: updated comment --- 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 );