summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-26 14:49:51 +0200
committerSamuel Pitoiset <[email protected]>2017-06-28 10:25:13 +0200
commitf543107256ab9d901cfea82fed9ab2e0c5fc40ec (patch)
treee6cd54627d847f8de03b33fcd39c6bd4841bac3d /src/mapi
parentdd71fd1dd3518c435fc3d143d80b844d77035cbc (diff)
mesa: add KHR_no_error support for glFenceSync()
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/ARB_sync.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_sync.xml b/src/mapi/glapi/gen/ARB_sync.xml
index 141d5aeef3c..f1463f11a86 100644
--- a/src/mapi/glapi/gen/ARB_sync.xml
+++ b/src/mapi/glapi/gen/ARB_sync.xml
@@ -39,7 +39,7 @@
-->
- <function name="FenceSync" es2="3.0">
+ <function name="FenceSync" es2="3.0" no_error="true">
<param name="condition" type="GLenum"/>
<param name="flags" type="GLbitfield"/>
<return type="GLsync"/>