projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09aa984
)
mesa: updated comment
author
Brian Paul
<brianp@vmware.com>
Mon, 16 Nov 2009 19:43:32 +0000
(12:43 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Dec 2009 23:42:30 +0000
(16:42 -0700)
src/mesa/main/dd.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dd.h
b/src/mesa/main/dd.h
index 27ed921761c2421ea9aa53244d2192a378611d61..fdcaf05bac56a25445ddef35d64c7a2cfa17fb44 100644
(file)
--- 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 );