From: Brian Paul Date: Thu, 2 Mar 2006 03:46:33 +0000 (+0000) Subject: check FEATURE_EXT_framebuffer_blit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=904ab0c22cc5dbfb09ff3a0e4f1b716760890bd7;p=mesa.git check FEATURE_EXT_framebuffer_blit --- diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 6cca9244328..c411558aa91 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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;