mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
mesa: Remove the OES_draw_texture extension from ES2.
This extension appears to be written against ES 1.0. In ES 2.0, you really want to be using FBOs instead. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
dc50145253
commit
d4667516b6
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ static const struct extension extension_table[] = {
|
|||
{ "GL_OES_depth32", o(dummy_false), DISABLE, 2005 },
|
||||
{ "GL_OES_depth_texture", o(ARB_depth_texture), ES2, 2006 },
|
||||
#if FEATURE_OES_draw_texture
|
||||
{ "GL_OES_draw_texture", o(OES_draw_texture), ES1 | ES2, 2004 },
|
||||
{ "GL_OES_draw_texture", o(OES_draw_texture), ES1, 2004 },
|
||||
#endif
|
||||
#if FEATURE_OES_EGL_image
|
||||
/* FIXME: Mesa expects GL_OES_EGL_image to be available in OpenGL contexts. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue