summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-21 14:04:15 +0200
committerSamuel Pitoiset <[email protected]>2017-08-02 12:54:31 +0200
commit5e05e7debcc176c9bae72478552337417dddafd2 (patch)
treeffb14a02868da8955738ddb8aff0c26a79c0aed5 /src/mapi/glapi/gen
parent33b47306e48b0e51458a728514fa026377ac7166 (diff)
mesa: add KHR_no_error support to glClearBufferfv()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-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 d6040faa3e2..5b3fa26436a 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -129,7 +129,7 @@
<param name="value" type="const GLuint *"/>
</function>
- <function name="ClearBufferfv" es2="3.0" marshal="custom">
+ <function name="ClearBufferfv" es2="3.0" marshal="custom" no_error="true">
<param name="buffer" type="GLenum"/>
<param name="drawbuffer" type="GLint"/>
<param name="value" type="const GLfloat *"/>