From 5a68f731029258ddede4bd5d578cee203f4a80b3 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 1 Apr 2014 21:32:11 -0700 Subject: [PATCH] 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 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76926 Reviewed-by: Matt Turner Tested-by: Lu Hua --- 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 @@ + static_dispatch="true" es1="1.0" desktop="false"> -- 2.7.4