From: Brian Paul Date: Fri, 23 Jan 2009 18:26:51 +0000 (-0700) Subject: mesa: enable GL_EXT_vertex_array_bgra for sw drivers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bd6d48bcea7de37e027854e9d91c54116fbe90e;p=mesa.git mesa: enable GL_EXT_vertex_array_bgra for sw drivers --- diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index bdc382bf9d9..8010823cf59 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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