Mesa (master): glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES

Chia-I Wu olv at kemper.freedesktop.org
Fri Dec 2 00:47:17 UTC 2011


Module: Mesa
Branch: master
Commit: 35b506148e65f27f0393c7a145e802a08f1307b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=35b506148e65f27f0393c7a145e802a08f1307b7

Author: Chia-I Wu <olv at lunarg.com>
Date:   Mon Nov 28 16:40:52 2011 +0800

glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mapi/glapi/gen/es_EXT.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index bc98aee..c7e7d07 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -48,6 +48,10 @@
     <enum name="BYTE"                                     value="0x1400"/>
 </category>
 
+<category name="GL_OES_compressed_ETC1_RGB8_texture" number="5">
+    <enum name="ETC1_RGB8_OES"                            value="0x8D64"/>
+</category>
+
 <category name="GL_OES_compressed_paletted_texture" number="6">
     <enum name="PALETTE4_RGB8_OES"                        value="0x8B90"/>
     <enum name="PALETTE4_RGBA8_OES"                       value="0x8B91"/>




More information about the mesa-commit mailing list