glapi: add GetPointervKHR to the ES dispatch
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 26 Nov 2015 00:36:10 +0000 (00:36 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Dec 2015 19:17:48 +0000 (19:17 +0000)
The KHR_debug extension implements this.

Strictly speaking it could be used with ES 1.0, although as the original
function is available on ES 1.1, I'm inclined to lift the KHR_debug
requirement to ES 1.1.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93048
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mapi/glapi/gen/KHR_debug.xml

index e4a5a5b01e6720b17c9b55e241eab2105c7e0dab..431a788c9613ff775ef91a5ddbbc500467b3b75a 100644 (file)
     <param name="messageLog" type="GLchar *" output="true"/>
   </function>
 
+  <function name="GetPointervKHR" alias="GetPointerv" es1="1.1" es2="2.0">
+    <param name="pname" type="GLenum"/>
+    <param name="params" type="GLvoid **" output="true"/>
+  </function>
+
   <function name="PushDebugGroupKHR" alias="PushDebugGroup" es1="1.0" es2="2.0">
     <param name="source" type="GLenum"/>
     <param name="id" type="GLuint"/>