kwin/src/plugins/scenes
Vlad Zahorodnii 0f6aa1c4a8 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.

BUG: 440940
2021-09-27 06:52:49 +00:00
..
opengl scenes/opengl: Fix clipping with transformed screens 2021-09-27 06:52:49 +00:00
qpainter SVN_SILENT made messages (.desktop file) - always resolve ours 2021-09-24 01:13:57 +00:00
CMakeLists.txt Remove Xrender backend 2021-06-09 11:21:57 +03:00