aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-17 22:47:38 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commit789cc87063c0cbb20941053b54fcbe4862912a14 (patch)
treef81519d93886d4f482550f190fd6af6ba7b60ea1 /src/mapi/glapi
parent905ad0d1ddc5ae8440dce88d78c3bf54752615fd (diff)
mesa: add KHR_no_error support to glPatchParameteri()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_tessellation_shader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_tessellation_shader.xml b/src/mapi/glapi/gen/ARB_tessellation_shader.xml
index e26f227b618..d0b03750eaf 100644
--- a/src/mapi/glapi/gen/ARB_tessellation_shader.xml
+++ b/src/mapi/glapi/gen/ARB_tessellation_shader.xml
@@ -50,7 +50,7 @@
<enum value="0x8E8A" name="MAX_TESS_EVALUATION_UNIFORM_BLOCKS"/>
<enum value="0x8221" name="PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED"/>
- <function name="PatchParameteri" es2="3.2">
+ <function name="PatchParameteri" es2="3.2" no_error="true">
<param name="pname" type="GLenum"/>
<param name="value" type="GLint"/>
</function>