diff options
author | Heinrich Fink <[email protected]> | 2019-07-30 15:58:20 +0200 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2019-09-08 08:01:55 +0000 |
commit | 3aa4f3a4425aa29bf72ab74528d74bac19bdc994 (patch) | |
tree | 2dd26210f1cf8e29002d88c44373023895c7f07b /src/mesa/main/extensions_table.h | |
parent | 8c933c9d96614ad35c17af7d390c09fc210085c4 (diff) |
egl: Add GL_MESA_EGL_sync support
This commit follow OES_EGL_sync to universially enable use of EGL sync
objects with desktop OpenGL contexts.
Reviewed-by: Daniel Stone <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 3f313db870d..8377f3ed936 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -354,6 +354,7 @@ EXT(KHR_texture_compression_astc_hdr , KHR_texture_compression_astc_hdr EXT(KHR_texture_compression_astc_ldr , KHR_texture_compression_astc_ldr , GLL, GLC, x , ES2, 2012) EXT(KHR_texture_compression_astc_sliced_3d , KHR_texture_compression_astc_sliced_3d , GLL, GLC, x , ES2, 2015) +EXT(MESA_EGL_sync , dummy_true , GLL, GLC, x , x , 2019) EXT(MESA_framebuffer_flip_y , MESA_framebuffer_flip_y , 43, 43, x , 31, 2018) EXT(MESA_pack_invert , MESA_pack_invert , GLL, GLC, x , x , 2002) EXT(MESA_shader_integer_functions , MESA_shader_integer_functions , GLL, GLC, x , 30, 2016) |