glapi: Mark a couple functions "ignore" for GLX
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 May 2015 18:37:42 +0000 (11:37 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 16 May 2015 03:21:36 +0000 (20:21 -0700)
Without this the next patch will try to put these functions in the
dispatch table in indirect_init.c.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mapi/glapi/gen/gl_API.xml

index d1565989c2e2777b366f117182a267bd73fb21fb..4c23bd9f663670bb22808ba270fea69fe3f00d4e 100644 (file)
         <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">
         <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>