summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-21 14:28:52 +0200
committerSamuel Pitoiset <[email protected]>2017-08-02 12:54:32 +0200
commitda0ecdae1da7912a5ed4a1c018ed270888d5b1d6 (patch)
treef3f6672b4fee441ebb05dd9c1e6b2ad968579bbf /src/mapi
parent54bd9a1d6698760e714606b111fe49ddae2f01f1 (diff)
mesa: add KHR_no_error support to glClearBufferiv()
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 8b895ccb494..8d10f78e824 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -117,7 +117,7 @@
<!-- These functions are unique to GL3 -->
- <function name="ClearBufferiv" es2="3.0" marshal="custom">
+ <function name="ClearBufferiv" es2="3.0" marshal="custom" no_error="true">
<param name="buffer" type="GLenum"/>
<param name="drawbuffer" type="GLint"/>
<param name="value" type="const GLint *"/>