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

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit c2957b2d0822afeef27d165713757fdf8bced2c8 by Dmitry Kazakov.
Committed on 28/09/2021 at 06:42.
Pushed by dkazakov into branch 'krita/5.0'.

Fix artifacts on the canvas when the display scaling is set to 110%

The problem is that we do "cropping" of the painted area twice during
one frame. Firstly, we enable stencil test to avoid too much pixels
to be rendered. And secondly, we limit the number of tiles that
are rendered on screen. And these two limit must agree in how they
do rounding.

M  +26   -6    libs/ui/opengl/kis_opengl_canvas2.cpp
M  +3    -2    libs/ui/opengl/kis_opengl_canvas2.h

https://invent.kde.org/graphics/krita/commit/c2957b2d0822afeef27d165713757fdf8bced2c8

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

Reply via email to