diff options
author | Benjamin Franzke <[email protected]> | 2012-03-24 08:57:12 +0100 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2012-03-27 09:03:19 +0200 |
commit | e9a5457d730e4616ec6820029ba80e9641b22652 (patch) | |
tree | 2dfa1dd724bd7b9e2d95501119dc7e6b34cdb6c6 /src/mesa/main/APIspec.xml | |
parent | aebd5492438d8ff31c2c12c0dfffa314768f4a42 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index eeae599298f..437b9637353 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -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 |