mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
r600: enable EXT_vertex_array_bgra extensions
This commit is contained in:
parent
3ce3c03257
commit
f22c427bd6
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ const struct dri_extension card_extensions[] = {
|
|||
{"GL_EXT_texture_lod_bias", NULL},
|
||||
{"GL_EXT_texture_mirror_clamp", NULL},
|
||||
{"GL_EXT_texture_rectangle", NULL},
|
||||
{"GL_EXT_vertex_array_bgra", NULL},
|
||||
{"GL_EXT_texture_sRGB", NULL},
|
||||
{"GL_ATI_separate_stencil", GL_ATI_separate_stencil_functions},
|
||||
{"GL_ATI_texture_env_combine3", NULL},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue