glapi: Add static dispatch for glPointSizePointerOES
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 2 Apr 2014 04:32:11 +0000 (21:32 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 2 Apr 2014 18:30:52 +0000 (11:30 -0700)
The OpenGL ES 1.1 conformance tests expect this function to be
statically available form libGLESv1_CM.so.  The comment "required for
es1.1" in the XML file should have been a clue.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76926
Reviewed-by: Matt Turner <mattst88@gmail.com>
Tested-by: Lu Hua <huax.lu@intel.com>
src/mapi/glapi/gen/es_EXT.xml

index f412333dfbb113545bd8075ec4f31e62e15095c6..e2dc39021c85bb7c67afb6ae120dd40eeb51a53f 100644 (file)
     <enum name="POINT_SIZE_ARRAY_BUFFER_BINDING_OES"     value="0x8B9F"/>
 
     <function name="PointSizePointerOES" offset="assign"
-              static_dispatch="false" es1="1.0" desktop="false">
+              static_dispatch="true" es1="1.0" desktop="false">
         <param name="type" type="GLenum"/>
         <param name="stride" type="GLsizei"/>
         <param name="pointer" type="const GLvoid *"/>