diff options
author | Kristian Høgsberg <[email protected]> | 2011-01-14 16:11:28 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-01-14 16:12:21 -0500 |
commit | 6e9b0f6807c7a22f096f483961ae71512f8d9f41 (patch) | |
tree | 2a22922e38b08d6c39acd5bab61e3cd999e968dc /src/mesa/main/APIspec.xml | |
parent | 323ef3a1f07ba4333dadebab571ddcd49d95f45c (diff) |
gles2: Also support GL_BGRA_EXT for glTexSubImage2d
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 16d0c9413d0..2a98c952e05 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2004,6 +2004,14 @@ <value name="GL_UNSIGNED_INT_24_8_OES"/> </desc> </desc> + + <desc name="format" category="EXT_texture_format_BGRA8888"> + <value name="GL_BGRA_EXT"/> + + <desc name="type" error="GL_INVALID_OPERATION"> + <value name="GL_UNSIGNED_BYTE"/> + </desc> + </desc> </template> <template name="BindTexture"> |