mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec
The extension is already exposed for GLES1, but the APIspec doesnt allow the usage of GL_BGRA_EXT in glTex(Sub)Image2D. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
aebd549243
commit
e9a5457d73
1 changed files with 1 additions and 0 deletions
|
|
@ -3829,6 +3829,7 @@
|
|||
<category name="OES_element_index_uint"/>
|
||||
<category name="OES_mapbuffer"/>
|
||||
<category name="EXT_texture_filter_anisotropic"/>
|
||||
<category name="EXT_texture_format_BGRA8888"/>
|
||||
|
||||
<category name="ARB_texture_non_power_of_two"/>
|
||||
<!-- disabled due to missing enums
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue