summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-11-26 00:36:10 +0000
committerEmil Velikov <[email protected]>2015-12-03 19:17:48 +0000
commitf53f9eb8d495a318bc8e6fd758df4ba4074599ef (patch)
tree0c640f9f44bac5faafe1230ea59871f22b973719 /src/mapi
parent808e75279618d887daeee8ab2025e39c863234ac (diff)
glapi: add GetPointervKHR to the ES dispatch
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 <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/KHR_debug.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/KHR_debug.xml b/src/mapi/glapi/gen/KHR_debug.xml
index e4a5a5b01e6..431a788c961 100644
--- a/src/mapi/glapi/gen/KHR_debug.xml
+++ b/src/mapi/glapi/gen/KHR_debug.xml
@@ -181,6 +181,11 @@
<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"/>