check FEATURE_EXT_framebuffer_blit
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 2 Mar 2006 03:46:33 +0000 (03:46 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 2 Mar 2006 03:46:33 +0000 (03:46 +0000)
src/mesa/main/extensions.c

index 6cca924..c411558 100644 (file)
@@ -229,6 +229,8 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
    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
    ctx->Extensions.EXT_histogram = GL_TRUE;