mesa: enable GL_EXT_vertex_array_bgra for sw drivers

This commit is contained in:
Brian Paul
2009-01-23 11:26:51 -07:00
parent 0791fdff6f
commit 0bd6d48bce
+1
View File
@@ -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