render/egl: add support for EGL_EXT_image_implicit_sync_control

This allows the driver to disable implicit sync logic.
This commit is contained in:
Simon Ser 2022-04-05 22:41:39 +02:00
parent 785549bc3e
commit 456f29bd28
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,7 @@ struct wlr_egl {
bool EXT_image_dma_buf_import;
bool EXT_image_dma_buf_import_modifiers;
bool IMG_context_priority;
bool EXT_image_implicit_sync_control;
// Device extensions
bool EXT_device_drm;