https://bugs.kde.org/show_bug.cgi?id=444919
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/a9b46a6d1 |hics/krita/commit/0ea1676c0 |56a63484f48c365e3894f8d3852 |d786e2da71b080e9a5e3efe0408 |59d5 |6962 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 0ea1676c0d786e2da71b080e9a5e3efe04086962 by Dmitry Kazakov. Committed on 08/06/2022 at 08:03. Pushed by dkazakov into branch 'krita/5.1'. Explicitly disable texture buffers on ANGLE renderer Angle has suboptimal implementation of texture buffers. It does a long chain of copy operations just to upload the buffer into a texture: source user data -> ram buffer -> staging buffer -> native buffer -> texture It makes painting with huge brushes really slow. M +42 -0 libs/ui/opengl/kis_opengl.cpp M +3 -0 libs/ui/opengl/kis_opengl.h M +4 -3 libs/ui/opengl/kis_opengl_image_textures.cpp https://invent.kde.org/graphics/krita/commit/0ea1676c0d786e2da71b080e9a5e3efe04086962 -- You are receiving this mail because: You are watching all bug changes.