https://bugs.kde.org/show_bug.cgi?id=408872
--- Comment #14 from Boudewijn Rempt <b...@valdyas.org> --- Git commit a1bf3122fc9129e4a3dcb433da6c9760e4659e52 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 08/07/2019 at 14:59. Pushed by rempt into branch 'krita/4.2'. Implement "Software Renderer" option for OpenGL engine On old GPUs that support D3D<=10.0 we cannot use Angle for emulating openGL, therefore we should use some software implementation (or try using D3D9 with its openGLES 2.0). This patch adds an option to select software rasterizer WARP, created by Microsoft, which is a part of DirectX 11 and should be avaailable on all system with Windows 7 and newer. M +3 -16 krita/main.cc M +20 -2 libs/ui/dialogs/kis_dlg_preferences.cc M +56 -1 libs/ui/opengl/KisOpenGLModeProber.cpp M +3 -1 libs/ui/opengl/KisOpenGLModeProber.h M +241 -115 libs/ui/opengl/kis_opengl.cpp M +19 -4 libs/ui/opengl/kis_opengl.h https://invent.kde.org/kde/krita/commit/a1bf3122fc9129e4a3dcb433da6c9760e4659e52 -- You are receiving this mail because: You are watching all bug changes.