Mesa (master): glapi: Add static dispatch for glPointSizePointerOES

Ian Romanick idr at kemper.freedesktop.org
Wed Apr 2 18:41:23 UTC 2014


Module: Mesa
Branch: master
Commit: 5a68f731029258ddede4bd5d578cee203f4a80b3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a68f731029258ddede4bd5d578cee203f4a80b3

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Apr  1 21:32:11 2014 -0700

glapi: Add static dispatch for glPointSizePointerOES

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 at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76926
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Tested-by: Lu Hua <huax.lu at intel.com>

---

 src/mapi/glapi/gen/es_EXT.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index f412333..e2dc390 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -343,7 +343,7 @@
     <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 *"/>




More information about the mesa-commit mailing list