diff options
author | Adam Jackson <[email protected]> | 2016-09-22 03:47:55 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2017-11-06 16:09:03 -0500 |
commit | c0be3aae6cfe1e8a51ed21e6fa10c5a51a216c36 (patch) | |
tree | 3f548d214b9039938481ca800f84f6f64c4935f6 /src/egl/main/eglapi.c | |
parent | ba7679f48d6414c16655cb41689f2214630f04e5 (diff) |
egl: Implement EGL_KHR_context_flush_control
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r-- | src/egl/main/eglapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index 215332f99cb..76dabba2eb5 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -494,6 +494,7 @@ _eglCreateExtensionsString(_EGLDisplay *dpy) _EGL_CHECK_EXTENSION(KHR_cl_event2); _EGL_CHECK_EXTENSION(KHR_config_attribs); + _EGL_CHECK_EXTENSION(KHR_context_flush_control); _EGL_CHECK_EXTENSION(KHR_create_context); _EGL_CHECK_EXTENSION(KHR_create_context_no_error); _EGL_CHECK_EXTENSION(KHR_fence_sync); |