Re: [Mesa-dev] [PATCH 1/2] gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec

2012-03-26 Thread Kenneth Graunke

On 03/24/2012 03:09 AM, Benjamin Franzke wrote:

The extension is already exposed for GLES1, but the APIspec
doesnt allow the usage of GL_BGRA_EXT in glTex(Sub)Image2D.
---
  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 eeae599..437b963 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_BGRA/

category name=ARB_texture_non_power_of_two/
!-- disabled due to missing enums


These two look good to me.  Thanks for enabling this!

Reviewed-by: Kenneth Graunke kenn...@whitecape.org
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 1/2] gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec

2012-03-24 Thread Benjamin Franzke
The extension is already exposed for GLES1, but the APIspec
doesnt allow the usage of GL_BGRA_EXT in glTex(Sub)Image2D.
---
 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 eeae599..437b963 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_BGRA/
 
category name=ARB_texture_non_power_of_two/
!-- disabled due to missing enums
-- 
1.7.3.4

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev