diff options
author | Chia-I Wu <[email protected]> | 2010-08-15 17:09:48 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-17 00:06:19 +0800 |
commit | 2b2c5c4f5cb4620044eeaa7cc308e696209c7046 (patch) | |
tree | 73491cce8ec3d2e3fcbd144a1f3560598cb38506 /src/egl/main/eglsync.h | |
parent | 4b2495661f3a5ac8ed07b68c5d5bf90adee2c37d (diff) |
egl: Add support for EGL_KHR_fence_sync.
Individual drivers still need to support and enable the extension.
Diffstat (limited to 'src/egl/main/eglsync.h')
-rw-r--r-- | src/egl/main/eglsync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglsync.h b/src/egl/main/eglsync.h index a0134784aa2..25c467175e9 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; }; |