diff options
author | Ian Romanick <[email protected]> | 2015-05-12 11:37:42 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:21:36 -0700 |
commit | 0784bb01b5e42db7d7241e9baa793f647ef5be52 (patch) | |
tree | b7e945da75092d79bf72c8026809525339a2d0ab /src/mapi | |
parent | b3059bb7c53d33764b96b76971b3ff98675198c1 (diff) |
glapi: Mark a couple functions "ignore" for GLX
Without this the next patch will try to put these functions in the
dispatch table in indirect_init.c.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
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 d1565989c2e..4c23bd9f663 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -6672,7 +6672,7 @@ <param name="type" type="GLenum"/> <param name="stride" type="GLsizei"/> <param name="pointer" type="const GLvoid *"/> - <glx handcode="true"/> + <glx ignore="true" handcode="true"/> </function> <function name="VertexBlendARB" exec="skip"> @@ -6738,7 +6738,7 @@ <param name="type" type="GLenum"/> <param name="stride" type="GLsizei"/> <param name="pointer" type="const GLvoid *"/> - <glx handcode="true"/> + <glx ignore="true" handcode="true"/> </function> </category> |