From 2b2c5c4f5cb4620044eeaa7cc308e696209c7046 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sun, 15 Aug 2010 17:09:48 +0800 Subject: egl: Add support for EGL_KHR_fence_sync. Individual drivers still need to support and enable the extension. --- src/egl/main/eglsync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/main/eglsync.h') diff --git a/src/egl/main/eglsync.h b/src/egl/main/eglsync.h index a0134784aa..25c467175e 100644 --- a/src/egl/main/eglsync.h +++ b/src/egl/main/eglsync.h @@ -19,6 +19,7 @@ struct _egl_sync EGLenum Type; EGLenum SyncStatus; + EGLenum SyncCondition; }; -- cgit v1.2.3