aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-02-10 17:13:06 +0200
committerMartin Peres <[email protected]>2015-03-25 10:05:45 +0200
commitc3c1ed874e57b439e856a3eec735181b3221730e (patch)
tree3f86c8ee2cc6d5e8113efa4cc2ae0b99b096c3a5 /src/mapi
parent6ead10d08f0a4e0ccc699437ed424a0019c07ef8 (diff)
main: Added entry point for glCreateQueries
v2: - display the name of the target instead of its id (Laura) Reviewed-by: Laura Ekstrand <[email protected]> Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 51de351816a..a6d991c950e 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -420,5 +420,13 @@
<param name="params" type="GLint *" />
</function>
+ <!-- Query object functions -->
+
+ <function name="CreateQueries" offset="assign">
+ <param name="target" type="GLenum" />
+ <param name="n" type="GLsizei" />
+ <param name="ids" type="GLuint *" />
+ </function>
+
</category>
</OpenGLAPI>