https://bugs.kde.org/show_bug.cgi?id=445346
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwayland-server/commit/9 | |aa436dc48f12e7ab4cb8fc9f9a0 | |6266b3ea1a1a --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 9aa436dc48f12e7ab4cb8fc9f9a06266b3ea1a1a by Vlad Zahorodnii. Committed on 16/11/2021 at 07:24. Pushed by vladz into branch 'master'. Calculate correct surface-to-buffer matrix with only upscaled viewport Currently, if a wp_viewport upscales the surface but doesn't set the source rectangle, the surface-to-buffer matrix will be calculated incorrectly. If the source rect is not set, we need to calculate the source size based on the buffer size and compare it with the destination size. If the two are not the same, add a scale transform. M +11 -2 src/server/surface_interface.cpp https://invent.kde.org/plasma/kwayland-server/commit/9aa436dc48f12e7ab4cb8fc9f9a06266b3ea1a1a -- You are receiving this mail because: You are watching all bug changes.