projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd28b4c
)
mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()
author
Brian Paul
<brianp@vmware.com>
Mon, 8 Nov 2010 01:33:53 +0000
(18:33 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 8 Nov 2010 01:33:53 +0000
(18:33 -0700)
src/mesa/main/image.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.c
b/src/mesa/main/image.c
index
6b12f6a
..
df1527b
100644
(file)
--- a/
src/mesa/main/image.c
+++ b/
src/mesa/main/image.c
@@
-581,7
+581,6
@@
_mesa_is_legal_format_and_type(const struct gl_context *ctx,
case GL_UNSIGNED_SHORT:
case GL_INT:
case GL_UNSIGNED_INT:
- case GL_FLOAT:
case GL_UNSIGNED_SHORT_4_4_4_4:
case GL_UNSIGNED_SHORT_4_4_4_4_REV:
case GL_UNSIGNED_SHORT_5_5_5_1: