summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 19:07:52 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:04 +0200
commit97b268f1de6efc1fe15fbb63b9f36da2c6d858bb (patch)
treed79f341aa73f333eb62ff0d949e2889df717d7c0 /src/mapi
parent2ad0268871a4a35c3a9cd77969ef0563a887299f (diff)
mesa: Implement GetVertexArrayIndexed[64]iv
v2: Fix the name of the entry point in the error messages. Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml14
1 files changed, 14 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 019061da6be..9e0cf2d6ce1 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -530,6 +530,20 @@
<param name="param" type="GLint *" />
</function>
+ <function name="GetVertexArrayIndexediv" offset="assign">
+ <param name="vaobj" type="GLuint" />
+ <param name="index" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="GLint *" />
+ </function>
+
+ <function name="GetVertexArrayIndexed64iv" offset="assign">
+ <param name="vaobj" type="GLuint" />
+ <param name="index" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="GLint64 *" />
+ </function>
+
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">