summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-21 14:21:10 +0200
committerSamuel Pitoiset <[email protected]>2017-08-02 12:54:32 +0200
commit73c5e750d799a8b35f282767fe6fa57f32190089 (patch)
tree585db8fc74aef73a8a1ffcac9e5c93578f60f491 /src/mapi
parent1ed61e0239feb5f08236df9a8e74cd8fb78c13e8 (diff)
mesa: add KHR_no_error support to glClearBufferfi()
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 5b3fa26436a..6df40db3800 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -135,7 +135,7 @@
<param name="value" type="const GLfloat *"/>
</function>
- <function name="ClearBufferfi" es2="3.0" marshal="custom">
+ <function name="ClearBufferfi" es2="3.0" marshal="custom" no_error="true">
<param name="buffer" type="GLenum"/>
<param name="drawbuffer" type="GLint"/>
<param name="depth" type="GLfloat"/>