mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 06:38:21 +02:00
mesa: enable GL_EXT_vertex_array_bgra for sw drivers
This commit is contained in:
parent
0791fdff6f
commit
0bd6d48bce
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue