Merge branch 'egl-context-flush-control' into 'master'

render/egl: disable implicit flush on context change

See merge request wlroots/wlroots!5303
This commit is contained in:
Simon Ser 2026-04-07 09:45:30 +00:00
commit 009a8b864b
2 changed files with 9 additions and 1 deletions

View file

@ -16,6 +16,7 @@ struct wlr_egl {
bool EXT_image_dma_buf_import_modifiers;
bool IMG_context_priority;
bool EXT_create_context_robustness;
bool KHR_context_flush_control;
// Device extensions
bool EXT_device_drm;