summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-24 21:42:38 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-24 21:42:38 +0000
commita5f2206077402f0a8700ec1348e09731e53c5bc2 (patch)
tree6de5fbc0d45deb5ef1418a078c2077d52ec24b48 /src/mesa/glapi/gl_API.xml
parentbf83e652f6d023f1cdcf83ec3ebac024dc0032dc (diff)
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
The functions for GL_EXT_paletted_texture that do not share GLX protocol with GL_ARB_imaging are supposed to alias the similar functions from GL_SGI_color_table. They didn't. This patch corrects this problem and enables GLX protocol for both extensions. Since this removes 3 entries from the dispatch table, this change creates a lot of changes in the generated files.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r--src/mesa/glapi/gl_API.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 7219b698be..d2955f8ecf 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -7763,22 +7763,22 @@
<param name="target" type="GLenum"/>
<param name="format" type="GLenum"/>
<param name="type" type="GLenum"/>
- <param name="table" type="GLvoid *" output="true"/>
- <glx vendorpriv="4098" handcode="true" ignore="true"/>
+ <param name="table" type="GLvoid *" output="true" img_width="width" img_format="format" img_type="type"/>
+ <glx vendorpriv="4098" dimensions_in_reply="true"/>
</function>
<function name="GetColorTableParameterfvSGI" offset="assign">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLfloat *" output="true" variable_param="pname"/>
- <glx vendorpriv="4099" ignore="true"/>
+ <glx vendorpriv="4099"/>
</function>
<function name="GetColorTableParameterivSGI" offset="assign">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLint *" output="true" variable_param="pname"/>
- <glx vendorpriv="4100" ignore="true"/>
+ <glx vendorpriv="4100"/>
</function>
</category>
@@ -8419,26 +8419,23 @@
<param name="table" type="const GLvoid *"/>
</function>
- <function name="GetColorTableEXT" offset="assign">
+ <function name="GetColorTableEXT" alias="GetColorTableSGI">
<param name="target" type="GLenum"/>
<param name="format" type="GLenum"/>
<param name="type" type="GLenum"/>
- <param name="data" type="GLvoid *" output="true"/>
- <glx ignore="true"/>
+ <param name="table" type="GLvoid *" output="true"/>
</function>
- <function name="GetColorTableParameterivEXT" offset="assign">
+ <function name="GetColorTableParameterivEXT" alias="GetColorTableParameterivSGI">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLint *" output="true" variable_param="pname"/>
- <glx ignore="true"/>
</function>
- <function name="GetColorTableParameterfvEXT" offset="assign">
+ <function name="GetColorTableParameterfvEXT" alias="GetColorTableParameterfvSGI">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLfloat *" output="true" variable_param="pname"/>
- <glx ignore="true"/>
</function>
</category>