diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 11:27:00 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 667a6e812283fa3f2db84ca06197cdf6f58f0c6d (patch) | |
tree | dd167e653b48bc58897c8603558118edbefb4c02 /src/mapi | |
parent | 81f3a6b29a6eef2b39279524f71ffcdf74fe05e3 (diff) |
mesa: add KHR_no_error support to glDeleteSync()
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.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 d6412d3bf4c..8ffd9c4c0c2 100644 --- a/src/mapi/glapi/gen/ARB_sync.xml +++ b/src/mapi/glapi/gen/ARB_sync.xml @@ -50,7 +50,7 @@ <return type="GLboolean"/> </function> - <function name="DeleteSync" es2="3.0"> + <function name="DeleteSync" es2="3.0" no_error="true"> <param name="sync" type="GLsync"/> </function> |