mesa: enable ARB_fbo for s/w drivers

This commit is contained in:
Brian Paul
2009-01-19 16:14:39 -07:00
parent 7296636ad0
commit 1b199101ff

View File

@@ -190,6 +190,9 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
#endif
#if FEATURE_ARB_fragment_shader
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
#endif
#if FEATURE_ARB_framebuffer_object
ctx->Extensions.ARB_framebuffer_object = GL_TRUE;
#endif
ctx->Extensions.ARB_half_float_pixel = GL_TRUE;
ctx->Extensions.ARB_imaging = GL_TRUE;