https://bugs.kde.org/show_bug.cgi?id=516267

--- Comment #11 from Dmitry Kazakov <[email protected]> ---
Git commit 70c4ccf8fa63f8ec4d0a7a5b938525faf6485048 by Dmitry Kazakov.
Committed on 04/03/2026 at 07:48.
Pushed by dkazakov into branch 'krita/6.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/70c4ccf8fa63f8ec4d0a7a5b938525faf6485048

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to