mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Tested-by: Jin Yang <jin.a.yang@intel.com>
This commit is contained in:
parent
13757f7080
commit
24a113093b
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ static const struct extension extension_table[] = {
|
|||
{ "GL_OES_blend_func_separate", o(EXT_blend_func_separate), ES1, 2009 },
|
||||
{ "GL_OES_blend_subtract", o(EXT_blend_subtract), ES1, 2009 },
|
||||
{ "GL_OES_byte_coordinates", o(dummy_true), ES1, 2002 },
|
||||
{ "GL_OES_compressed_paletted_texture", o(dummy_false), DISABLE, 2003 },
|
||||
{ "GL_OES_compressed_paletted_texture", o(dummy_true), ES1, 2003 },
|
||||
{ "GL_OES_depth24", o(EXT_framebuffer_object), ES1 | ES2, 2005 },
|
||||
{ "GL_OES_depth32", o(dummy_false), DISABLE, 2005 },
|
||||
{ "GL_OES_depth_texture", o(ARB_depth_texture), ES2, 2006 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue