aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-08-24 11:57:55 +0200
committerSamuel Pitoiset <[email protected]>2017-08-25 11:35:29 +0200
commit3906e8ab6477af71e5c84cae17ee1efa1b9e541d (patch)
treef913854bd209f0366a336e583cfe7b7f493fc06f /src/mapi
parent088d5cb44f9003db97c18d571e2d9d2bad0b60de (diff)
mesa: add KHR_no_error support to glBeginTransformFeedback()
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 8d10f78e824..54e99e7db92 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -206,7 +206,7 @@
<param name="name" type="const GLchar *"/>
</function>
- <function name="BeginTransformFeedback" es2="3.0">
+ <function name="BeginTransformFeedback" es2="3.0" no_error="true">
<param name="mode" type="GLenum"/>
</function>