https://bugs.kde.org/show_bug.cgi?id=436731
--- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6839165795970fa27afa77001b015cdd3fd4a43a by Dmitry Kazakov. Committed on 30/09/2021 at 12:17. Pushed by dkazakov into branch 'krita/5.0'. Fix too many copies of KisQImagePyramid on every start of the stroke We should generate the pyramid only once, before making <numcpu> clones. Otherwise, it can delay the stroke quite a bit on bigger brushes. M +4 -0 libs/brush/kis_auto_brush.cpp M +2 -1 libs/brush/kis_auto_brush.h M +7 -0 libs/brush/kis_brush.cpp M +8 -0 libs/brush/kis_brush.h M +6 -0 libs/brush/kis_brushes_pipe.h M +5 -0 libs/brush/kis_imagepipe_brush.cpp M +1 -0 libs/brush/kis_imagepipe_brush.h M +2 -0 plugins/paintops/defaultpaintops/brush/kis_brushop.cpp M +10 -3 plugins/paintops/libpaintop/kis_brush_based_paintop.cpp https://invent.kde.org/graphics/krita/commit/6839165795970fa27afa77001b015cdd3fd4a43a -- You are receiving this mail because: You are watching all bug changes.