kwin/plugins
Vlad Zahorodnii f2c8981f7e [scene] Generate window quads for sub-surfaces
No window quads are generated for sub-surfaces right now. This leads to
issues with effects that operate on window quads, e.g. magic lamp and
wobbly windows. Furthermore, the OpenGL scene needs window quads to
properly clip windows during the rendering process.

The best way to render sub-surfaces would be with a little help from a
scene graph. Contrary to GNOME, KDE hasn't developed any scene graph
implementation that we could use in kwin. As a short term solution, this
change adjusts the scene to generate window quads.

Window quads are generated as we traverse the current window pixmap tree
in the depth-first search manner. In order to match a list of quads with
a particular WindowPixmap, we assign an id to each quad.

BUG: 387313
FIXED-IN: 5.19.0

Differential Revision: https://phabricator.kde.org/D29131
2020-05-04 15:36:30 +03:00
..
idletime
kdecorations Reduce the amount of objects that are compiled several times 2020-04-02 00:41:55 +02:00
kglobalaccel
kpackage SVN_SILENT made messages (.desktop file) - always resolve ours 2020-03-27 06:43:00 +01:00
platforms [platforms/x11] Fix valigrind warning copying window icon for windowed mode 2020-05-01 16:13:40 +01:00
qpa Fix warning about using 0 as nullptr 2020-05-01 13:02:20 +02:00
scenes [scene] Generate window quads for sub-surfaces 2020-05-04 15:36:30 +03:00
windowsystem Revert "[kcm/effects] Clip ListView" 2020-02-22 11:53:59 +01:00
CMakeLists.txt