mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
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:
parent
785549bc3e
commit
456f29bd28
2 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue