diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:23:20 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:20 +0300 |
commit | f88393afbe93898b167b3f218bbf33cffc70ef38 (patch) | |
tree | 942d9457420af1975bacf25f86c41d45b88b768a /src/mesa/drivers/dri/r200 | |
parent | cd28a19bd98173506f83298f9d526af0600a7c2f (diff) |
mesa: remove FEATURE_OES_EGL_image define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c index cb8c040d4b4..57bca064ea9 100644 --- a/src/mesa/drivers/dri/r200/r200_context.c +++ b/src/mesa/drivers/dri/r200/r200_context.c @@ -397,10 +397,7 @@ GLboolean r200CreateContext( gl_api api, ctx->Extensions.MESA_pack_invert = true; ctx->Extensions.NV_blend_square = true; ctx->Extensions.NV_texture_rectangle = true; -#if FEATURE_OES_EGL_image ctx->Extensions.OES_EGL_image = true; -#endif - ctx->Extensions.EXT_framebuffer_object = true; ctx->Extensions.ARB_occlusion_query = true; |