projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d93080
)
mesa/teximage: fix GL_FLOAT in comment
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Tue, 24 May 2016 01:43:51 +0000
(21:43 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Tue, 24 May 2016 01:44:41 +0000
(21:44 -0400)
Noticed by Brian. Trivial.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/teximage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index 9da3be65466c185c87930a65203fb9f5dedf9539..58b7f2740cd810eef968819f6b4b07181b6be034 100644
(file)
--- a/
src/mesa/main/teximage.c
+++ b/
src/mesa/main/teximage.c
@@
-69,7
+69,7
@@
* format needs to be a 32 bit component and in case of GL_HALF_FLOAT_OES it
* needs to be a 16 bit component.
*
- * For example, given base format GL_RGBA, type GL_F
loat
return GL_RGBA32F_ARB.
+ * For example, given base format GL_RGBA, type GL_F
LOAT
return GL_RGBA32F_ARB.
*/
static GLenum
adjust_for_oes_float_texture(const struct gl_context *ctx,