summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 11:27:00 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commit667a6e812283fa3f2db84ca06197cdf6f58f0c6d (patch)
treedd167e653b48bc58897c8603558118edbefb4c02 /src/mesa/main/syncobj.h
parent81f3a6b29a6eef2b39279524f71ffcdf74fe05e3 (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/mesa/main/syncobj.h')
-rw-r--r--src/mesa/main/syncobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/syncobj.h b/src/mesa/main/syncobj.h
index 7d1bed530c8..79cb0d26adb 100644
--- a/src/mesa/main/syncobj.h
+++ b/src/mesa/main/syncobj.h
@@ -57,6 +57,9 @@ _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj,
extern GLboolean GLAPIENTRY
_mesa_IsSync(GLsync sync);
+void GLAPIENTRY
+_mesa_DeleteSync_no_error(GLsync sync);
+
extern void GLAPIENTRY
_mesa_DeleteSync(GLsync sync);