https://bugs.kde.org/show_bug.cgi?id=516267
--- Comment #12 from Dmitry Kazakov <[email protected]> --- Git commit cf2458569ffee175499fc9700521f5d1e9782220 by Dmitry Kazakov. Committed on 04/03/2026 at 14:17. Pushed by dkazakov into branch 'release/6.0.0'. Implement a switch between EGL and GLX API on X11/XWayland This is an alternative version of the workaround for the GLX bug in Qt6. It allows the user to switch the openGL provider API from GLX to EGL, hence avoid this bug. This might be necessary for Krita builds provided by Linux distributions. M +9 -1 krita/main.cc M +8 -0 libs/ui/CMakeLists.txt M +35 -0 libs/ui/dialogs/kis_dlg_preferences.cc M +89 -78 libs/ui/forms/wdgdisplaysettings.ui M +19 -0 libs/ui/kis_config.cc M +4 -0 libs/ui/kis_config.h M +17 -0 libs/ui/opengl/KisOpenGLModeProber.cpp M +5 -0 libs/ui/opengl/KisOpenGLModeProber.h M +6 -0 libs/ui/opengl/kis_opengl.cpp M +7 -0 libs/ui/opengl/kis_opengl.h https://invent.kde.org/graphics/krita/-/commit/cf2458569ffee175499fc9700521f5d1e9782220 -- You are receiving this mail because: You are watching all bug changes.
