mesa: enable GL_EXT_vertex_array_bgra for sw drivers
This commit is contained in:
@@ -272,6 +272,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
|
||||
#if FEATURE_EXT_texture_sRGB
|
||||
ctx->Extensions.EXT_texture_sRGB = GL_TRUE;
|
||||
#endif
|
||||
ctx->Extensions.EXT_vertex_array_bgra = GL_TRUE;
|
||||
ctx->Extensions.IBM_multimode_draw_arrays = GL_TRUE;
|
||||
ctx->Extensions.MESA_pack_invert = GL_TRUE;
|
||||
#if FEATURE_MESA_program_debug
|
||||
|
||||
Reference in New Issue
Block a user