summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-15 21:12:38 +0800
committerChia-I Wu <olv@lunarg.com>2010-09-15 21:19:44 +0800
commite3c46cf58684785ab16862548d6806227f0bdd21 (patch)
tree6ac4e7d63e7aa311d76b4d1e28d6a0bad336cd71 /src/mapi
parentefab1c86429d078300dd8b2125f97bf922713222 (diff)
glapi: Fix ES build errors again.
This fixes an error in GLAPI ES. My build is ok with or without this patch, and the error affects others' setups. [Patch from Francesco Marella]
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen-es/es_EXT.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen-es/es_EXT.xml b/src/mapi/glapi/gen-es/es_EXT.xml
index 113d8d74dd..0013df87e8 100644
--- a/src/mapi/glapi/gen-es/es_EXT.xml
+++ b/src/mapi/glapi/gen-es/es_EXT.xml
@@ -106,8 +106,8 @@
<category name="GL_EXT_multi_draw_arrays" number="69">
<function name="MultiDrawArraysEXT" offset="assign">
<param name="mode" type="GLenum"/>
- <param name="first" type="GLint *"/> <!-- Spec bug. Should be const. -->
- <param name="count" type="GLsizei *"/> <!-- Spec bug. Should be const. -->
+ <param name="first" type="const GLint *"/>
+ <param name="count" type="const GLsizei *"/>
<param name="primcount" type="GLsizei"/>
<glx handcode="true"/>
</function>