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/egldisplay.h | |
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/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 952bfe53f00..981cbf4ca06 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -112,6 +112,7 @@ struct _egl_extensions EGLBoolean KHR_cl_event2; EGLBoolean KHR_config_attribs; + EGLBoolean KHR_context_flush_control; EGLBoolean KHR_create_context; EGLBoolean KHR_fence_sync; EGLBoolean KHR_get_all_proc_addresses; |