https://bugs.kde.org/show_bug.cgi?id=470980
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/13c092d671 |ma/kwin/-/commit/4ae0f0cd65 |8ab40d2e2d96d8d49611731e505 |4ce3e2a4d885062bddf612f7579 |1a0 |f97 --- Comment #15 from Vlad Zahorodnii <[email protected]> --- Git commit 4ae0f0cd654ce3e2a4d885062bddf612f7579f97 by Vlad Zahorodnii. Committed on 26/02/2024 at 13:49. Pushed by vladz into branch 'Plasma/6.0'. Fix a crash in eglDestroyImageKHR() 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. (cherry picked from commit 13c092d6718ab40d2e2d96d8d49611731e5051a0) M +25 -15 src/opengl/egldisplay.cpp M +13 -1 src/opengl/egldisplay.h M +1 -1 src/opengl/eglimagetexture.cpp M +3 -3 src/platformsupport/scenes/opengl/abstract_egl_backend.cpp https://invent.kde.org/plasma/kwin/-/commit/4ae0f0cd654ce3e2a4d885062bddf612f7579f97 -- You are receiving this mail because: You are watching all bug changes.
