Mesa (master): mesa: Update ES APIspec.xml.

Chia-I Wu olv at kemper.freedesktop.org
Thu Sep 16 05:11:38 UTC 2010


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Wed Sep 15 22:37:40 2010 +0800

mesa: Update ES APIspec.xml.

Enable some extensions now that the needed tokens are defined in
GLES/glext.h and GLES2/glext.h.  Update the prototype of MultiDrawArrays
now that the prototype of _mesa_MultiDrawArraysEXT has been updated.

---

 src/mesa/main/APIspec.xml |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index b4ed18e..4c5fd59 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -1701,8 +1701,7 @@
 	<desc name="type">
 		<value name="GL_UNSIGNED_BYTE"/>
 		<value name="GL_UNSIGNED_SHORT"/>
-		<!-- GL_UNSIGNED_INT is not defined in GLES1.1 headers -->
-		<value name="(0x1405 /* GL_UNSIGNED_INT */)" category="OES_element_index_uint"/>
+		<value name="GL_UNSIGNED_INT" category="OES_element_index_uint"/>
 	</desc>
 </template>
 
@@ -3458,8 +3457,8 @@
 	<proto>
 		<return type="void"/>
 		<param name="mode" type="GLenum"/>
-		<param name="first" type="GLint *"/>
-		<param name="count" type="GLsizei *"/>
+		<param name="first" type="const GLint *"/>
+		<param name="count" type="const GLsizei *"/>
 		<param name="primcount" type="GLsizei"/>
 	</proto>
 
@@ -3497,8 +3496,7 @@
 	<desc name="type">
 		<value name="GL_UNSIGNED_BYTE"/>
 		<value name="GL_UNSIGNED_SHORT"/>
-		<!-- GL_UNSIGNED_INT is not defined in GLES1.1 headers -->
-		<value name="(0x1405 /* GL_UNSIGNED_INT */)" category="OES_element_index_uint"/>
+		<value name="GL_UNSIGNED_INT" category="OES_element_index_uint"/>
 	</desc>
 </template>
 
@@ -3836,9 +3834,9 @@
 	<category name="ARB_texture_non_power_of_two"/>
 	<!-- disabled due to missing enums
 	<category name="EXT_texture_compression_dxt1"/>
+	-->
 	<category name="EXT_texture_lod_bias"/>
 	<category name="EXT_blend_minmax"/>
-	-->
 	<category name="EXT_multi_draw_arrays"/>
 	<category name="OES_EGL_image"/>
 
@@ -4124,10 +4122,8 @@
 	<category name="OES_packed_depth_stencil"/>
 	<category name="OES_standard_derivatives"/>
 
-	<!-- disabled due to missing enums
 	<category name="EXT_texture_compression_dxt1"/>
 	<category name="EXT_blend_minmax"/>
-	-->
 	<category name="EXT_multi_draw_arrays"/>
 	<category name="OES_EGL_image"/>
 




More information about the mesa-commit mailing list