summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-19 09:40:49 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commit6f6c5a1ad7c952d6411d0a327b6f83f67d7388b0 (patch)
treec797e27a0f05b5c3e02be6035fbf0275fc4038be /src/mapi
parentde4e5b4dac51a1b667ce2fe8218d3969b88252bc (diff)
mesa: add KHR_no_error support to glPrimitiveRestartIndex()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/GL3x.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml
index 7c86e8fc51a..e55b5bbe65e 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -563,7 +563,7 @@
<param name="buffer" type="GLuint"/>
</function>
- <function name="PrimitiveRestartIndex">
+ <function name="PrimitiveRestartIndex" no_error="true">
<param name="index" type="GLuint"/>
</function>