projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ace30
)
mesa: Fix available APIs for AMD_conservative_depth
author
Chad Versace
<chad@chad-versace.us>
Fri, 28 Jan 2011 19:16:31 +0000
(11:16 -0800)
committer
Chad Versace
<chad@chad-versace.us>
Fri, 28 Jan 2011 19:19:51 +0000
(11:19 -0800)
Remove ES2, since AMD_conservative_depth is not listed in the OpenGL ES
extension registry.
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index aaef337ac11ca478fd8d046af2e0152d1f79bf48..7504b8a85db6589724e729a6cec81f8aac684d4b 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-250,7
+250,7
@@
static const struct extension extension_table[] = {
/* Vendor extensions */
{ "GL_3DFX_texture_compression_FXT1", o(TDFX_texture_compression_FXT1), GL },
- { "GL_AMD_conservative_depth", o(AMD_conservative_depth), GL
| ES2
},
+ { "GL_AMD_conservative_depth", o(AMD_conservative_depth), GL
},
{ "GL_APPLE_client_storage", o(APPLE_client_storage), GL },
{ "GL_APPLE_object_purgeable", o(APPLE_object_purgeable), GL },
{ "GL_APPLE_packed_pixels", o(APPLE_packed_pixels), GL },