diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:17:07 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:18 +0300 |
commit | 0c1ff721e1cc5729ef66b089fd776bf2bfd957ae (patch) | |
tree | ea13563cb331171c442ccf4e4a530862fb09f137 /src/mesa/main/extensions.c | |
parent | 528f48432e58579d28a374581b1e6c7e64055381 (diff) |
mesa: remove FEATURE_EXT_framebuffer_object define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 7d50167093c..40cf3090185 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -454,9 +454,7 @@ _mesa_enable_sw_extensions(struct gl_context *ctx) ctx->Extensions.EXT_depth_bounds_test = GL_TRUE; ctx->Extensions.EXT_draw_buffers2 = GL_TRUE; ctx->Extensions.EXT_fog_coord = GL_TRUE; -#if FEATURE_EXT_framebuffer_object ctx->Extensions.EXT_framebuffer_object = GL_TRUE; -#endif #if FEATURE_EXT_framebuffer_blit ctx->Extensions.EXT_framebuffer_blit = GL_TRUE; #endif |