summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-15 17:09:48 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-17 00:06:19 +0800
commit2b2c5c4f5cb4620044eeaa7cc308e696209c7046 (patch)
tree73491cce8ec3d2e3fcbd144a1f3560598cb38506 /src/egl/main/egldisplay.h
parent4b2495661f3a5ac8ed07b68c5d5bf90adee2c37d (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/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index a5c1453067..97c9d196ec 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -64,6 +64,7 @@ struct _egl_extensions
EGLBoolean KHR_gl_renderbuffer_image;
EGLBoolean KHR_reusable_sync;
+ EGLBoolean KHR_fence_sync;
EGLBoolean KHR_surfaceless_gles1;
EGLBoolean KHR_surfaceless_gles2;