diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 14:44:43 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:13 +0200 |
commit | 6e0cd291327a295714effbdd730068ae8843ba11 (patch) | |
tree | b50c6c5056e11be5c1a0059daa8ffd6146b8ff85 /src/mapi/glapi | |
parent | 20ff1f9db7fc5f5ed5298a8dce9f2dac431ca2dd (diff) |
mesa: add KHR_no_error support for glClientWaitSync()
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_sync.xml | 2 |
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 d8a1c34e0c8..141d5aeef3c 100644 --- a/src/mapi/glapi/gen/ARB_sync.xml +++ b/src/mapi/glapi/gen/ARB_sync.xml @@ -54,7 +54,7 @@ <param name="sync" type="GLsync"/> </function> - <function name="ClientWaitSync" es2="3.0"> + <function name="ClientWaitSync" es2="3.0" no_error="true"> <param name="sync" type="GLsync"/> <param name="flags" type="GLbitfield"/> <param name="timeout" type="GLuint64"/> |