Skip to content

backend/drm: EGL context fixes for multi-GPU

Simon Ser requested to merge github/fork/emersion/fix-mgpu-egl-current into master

backend/drm: fix current EGL context on multi-GPU

get_tex_for_bo changes the current EGL context. Rendering operations must immediately follow drm_surface_make_current.

Closes: https://github.com/swaywm/wlroots/issues/2209

backend/drm: add missing wlr_egl_unset_current

Merge request reports