kwin/src/platformsupport
Vlad Zahorodnii 48f943bd75 Introduce explicit base render backend type
The main idea behind the render backend is to decouple low level bits
from scenes. The end goal is to make the render backend provide render
targets where the scene can render.

Design-wise, such a split is more flexible than the current state, for
example we could start experimenting with using qtquick (assuming that
the legacy scene is properly encapsulated) or creating multiple scenes,
for example for each output layer, etc.

So far, the RenderBackend class only contains one getter, more stuff will
be moved from the Scene as it makes sense.
2021-11-11 08:55:29 +00:00
..
scenes Introduce explicit base render backend type 2021-11-11 08:55:29 +00:00
vsyncconvenience build: Move software vsync helpers to libkwin 2021-11-09 18:15:32 +00:00
CMakeLists.txt