summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 11:11:03 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commit8981f90091a3114fe20595c8957068a48fa85e9f (patch)
treec71d8cc4cb99e6d6db3fd7ed602c8ef6f7565b0d /src/mapi
parentc6f81a1df833c2adf1cec735a197fe54d21d435a (diff)
mesa: add KHR_no_error support to glWaitSync()
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 f1463f11a86..d6412d3bf4c 100644
--- a/src/mapi/glapi/gen/ARB_sync.xml
+++ b/src/mapi/glapi/gen/ARB_sync.xml
@@ -61,7 +61,7 @@
<return type="GLenum"/>
</function>
- <function name="WaitSync" es2="3.0">
+ <function name="WaitSync" es2="3.0" no_error="true">
<param name="sync" type="GLsync"/>
<param name="flags" type="GLbitfield"/>
<param name="timeout" type="GLuint64"/>