@@ -271,6 +271,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx) | |||
ctx->Extensions.EXT_blend_subtract = GL_TRUE; | |||
ctx->Extensions.EXT_convolution = GL_TRUE; | |||
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; |