diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-23 11:26:51 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-23 11:26:51 -0700 |
commit | 0bd6d48bcea7de37e027854e9d91c54116fbe90e (patch) | |
tree | eea5000981d0e363801ee8a5145c9ca2ef93d570 /src/mesa | |
parent | 0791fdff6fe87cf9a29ddf4a716f1881c367c7de (diff) |
mesa: enable GL_EXT_vertex_array_bgra for sw drivers
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index bdc382bf9d..8010823cf5 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 |