summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/gl_API.xml
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-05-29 12:32:27 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-06-13 13:17:54 -0700
commita6002909a38f45b0b8e99e158d222be6d347f898 (patch)
tree5011635432d303a9fd4a13a1a247711adc5e30c0 /src/mapi/glapi/gen/gl_API.xml
parente62c4c765c6ff81807b460ad3a7009618ae6cb77 (diff)
glapi: Remove GL_APPLE_texture_range from the dispatch table
There is no GLX protocol for these functions, and no Linux driver has ever supported this extension. There's no reason to have slots for these functions in the dispatch table. The unit tests (GetProcAddress::TableDidntShrink and others) are also updated. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index e0c5b8a301..97056b5ae9 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -12410,12 +12410,12 @@
<enum name="TEXTURE_RANGE_POINTER_APPLE" count="1" value="0x85B8">
<size name="GetTexParameterPointervAPPLE" mode="get"/>
</enum>
- <function name="TextureRangeAPPLE" offset="assign" static_dispatch="false">
+ <function name="TextureRangeAPPLE">
<param name="target" type="GLenum"/>
<param name="length" type="GLsizei"/>
<param name="pointer" type="GLvoid *"/>
</function>
- <function name="GetTexParameterPointervAPPLE" offset="assign" static_dispatch="false">
+ <function name="GetTexParameterPointervAPPLE">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLvoid **"/>