https://bugs.kde.org/show_bug.cgi?id=440940
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/0f6aa1c4a8c4 | |a2d2b002bd2806ddb606e3d516e | |f Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 0f6aa1c4a8c4a2d2b002bd2806ddb606e3d516ef by Vlad Zahorodnii. Committed on 27/09/2021 at 06:52. Pushed by vladz into branch 'master'. scenes/opengl: Fix clipping with transformed screens Software-based clipping is naive. It maps the clip region from the global screen coordinates and intersects it with window quads. If the window is transformed, the quads won't be clipped as expected. Unfortunately, the OpenGL scene enables software-based geometry clipping if the screen transformed. It's not clear why it does so, perhaps as a performance optimization? Either way, this produces incorrect results when the screen is scaled. M +1 -1 src/plugins/scenes/opengl/scene_opengl.cpp https://invent.kde.org/plasma/kwin/commit/0f6aa1c4a8c4a2d2b002bd2806ddb606e3d516ef -- You are receiving this mail because: You are watching all bug changes.