mesa: enable ARB_fbo for s/w drivers
This commit is contained in:
@@ -190,6 +190,9 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
|
|||||||
#endif
|
#endif
|
||||||
#if FEATURE_ARB_fragment_shader
|
#if FEATURE_ARB_fragment_shader
|
||||||
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
|
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
|
||||||
|
#endif
|
||||||
|
#if FEATURE_ARB_framebuffer_object
|
||||||
|
ctx->Extensions.ARB_framebuffer_object = GL_TRUE;
|
||||||
#endif
|
#endif
|
||||||
ctx->Extensions.ARB_half_float_pixel = GL_TRUE;
|
ctx->Extensions.ARB_half_float_pixel = GL_TRUE;
|
||||||
ctx->Extensions.ARB_imaging = GL_TRUE;
|
ctx->Extensions.ARB_imaging = GL_TRUE;
|
||||||
|
Reference in New Issue
Block a user