render/egl: enable EGL_LOSE_CONTEXT_ON_RESET

This allows the GLES2 renderer to figure out when a GPU reset
happens.
This commit is contained in:
Simon Ser 2022-01-12 19:14:32 +01:00 committed by Simon Zeni
parent 261d6998fb
commit 165352e32f
2 changed files with 10 additions and 1 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_create_context_robustness;
// Device extensions
bool EXT_device_drm;