Skip to content

Fix a crash in eglDestroyImageKHR()

Vlad Zahorodnii requested to merge work/cherry-pick-13c092d6 into Plasma/6.0

Apparently, libepoxy requires a current EGL display in order to resolve EGL functions. This is unexpected as most of the EGL functions require no current opengl context.

This change makes kwin bypass libepoxy for problematic cases.

BUG: 470980

(cherry picked from commit 13c092d6)

Merge request reports