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

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/-/commit/6fe21bf |hics/krita/-/commit/4bbb383
                   |863bef481076c1bb560132be28c |c9c3944e208cb78b6347eacea29
                   |7c0990                      |6e32ce

--- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 4bbb383c9c3944e208cb78b6347eacea296e32ce by Dmitry Kazakov.
Committed on 30/10/2023 at 10:20.
Pushed by dkazakov into branch 'master'.

Add update-ahead feature to outline updates

Due to a compression for widget updates in Krita and Qt, the brush
outline may change while the updates are being passed through the
pipeline.

We can either pass the outline alongside the update itself (which is
a bit complicated) or just do a simple update-ahead. This patch
implements the latter approach. It just calculated an approximation
of the next outline position and extends the update rect to that.

M  +41   -1    libs/ui/tool/kis_tool_paint.cc

https://invent.kde.org/graphics/krita/-/commit/4bbb383c9c3944e208cb78b6347eacea296e32ce

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

Reply via email to