Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

backend/drm: EGL context fixes for multi-GPU #2210

Merged
merged 2 commits into from
May 19, 2020

Conversation

emersion
Copy link
Member

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: #2209

backend/drm: add missing wlr_egl_unset_current

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

Closes: swaywm#2209
@ddevault
Copy link
Contributor

Thanks!

@ddevault ddevault merged commit d28a7da into swaywm:master May 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Segfault with latest egl context change
2 participants