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:
@@ -535,9 +535,7 @@ void st_init_extensions(struct st_context *st)
|
||||
if (ctx->API != API_OPENGL)
|
||||
ctx->Extensions.OES_EGL_image_external = GL_TRUE;
|
||||
#endif
|
||||
#if FEATURE_OES_draw_texture
|
||||
ctx->Extensions.OES_draw_texture = GL_TRUE;
|
||||
#endif
|
||||
|
||||
/* Expose the extensions which directly correspond to gallium caps. */
|
||||
for (i = 0; i < Elements(cap_mapping); i++) {
|
||||
|
Reference in New Issue
Block a user