https://bugs.kde.org/show_bug.cgi?id=516267
--- Comment #9 from Dmitry Kazakov <[email protected]> --- Git commit bd6975bd3843faa42347744ac33f1bc1ab453551 by Dmitry Kazakov. Committed on 23/02/2026 at 22:05. Pushed by dkazakov into branch 'master'. 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/bd6975bd3843faa42347744ac33f1bc1ab453551 -- You are receiving this mail because: You are watching all bug changes.
