mesa: remove FEATURE_OES_draw_texture define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -235,9 +235,7 @@ static const struct extension extension_table[] = {
|
||||
{ "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 },
|
||||
#if FEATURE_OES_draw_texture
|
||||
{ "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. */
|
||||
{ "GL_OES_EGL_image", o(OES_EGL_image), GL | ES1 | ES2, 2006 },
|
||||
|
Reference in New Issue
Block a user