kwin/kcmkwin
Vlad Zahorodnii b8a70e62d5 Introduce RenderLoop
At the moment, our frame scheduling infrastructure is still heavily
based on Xinerama-style rendering. Specifically, we assume that painting
is driven by a single timer, etc.

This change introduces a new type - RenderLoop. Its main purpose is to
drive compositing on a specific output, or in case of X11, on the
overlay window.

With RenderLoop, compositing is synchronized to vblank events. It
exposes the last and the next estimated presentation timestamp. The
expected presentation timestamp can be used by effects to ensure that
animations are synchronized with the upcoming vblank event.

On Wayland, every outputs has its own render loop. On X11, per screen
rendering is not possible, therefore the platform exposes the render
loop for the overlay window. Ideally, the Scene has to expose the
RenderLoop, but as the first step towards better compositing scheduling
it's good as is for the time being.

The RenderLoop tries to minimize the latency by delaying compositing as
close as possible to the next vblank event. One tricky thing about it is
that if compositing is too close to the next vblank event, animations
may become a little bit choppy. However, increasing the latency reduces
the choppiness.

Given that, there is no any "silver bullet" solution for the choppiness
issue, a new option has been added in the Compositing KCM to specify the
amount of latency. By default, it's "Medium," but if a user is not
satisfied with the upstream default, they can tweak it.
2021-01-06 16:59:29 +00:00
..
common [kcms/effectsmodel] Add config module role to effectsmodel and use it to open config 2020-11-08 13:36:32 +00:00
kwincompositing Introduce RenderLoop 2021-01-06 16:59:29 +00:00
kwindecoration Add a QRect to showWindowMenu 2020-11-22 21:47:31 +00:00
kwindesktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-12-09 06:48:24 +01:00
kwineffects SVN_SILENT made messages (.desktop file) - always resolve ours 2020-11-16 06:14:08 +01:00
kwinoptions SVN_SILENT made messages (.desktop file) - always resolve ours 2020-12-17 06:47:43 +01:00
kwinrules kcm/kwinrules: Detect and suggest activities from a window 2021-01-05 14:31:07 +01:00
kwinscreenedges [kcmkwin/kwinscreenedges] Disable left touch edge by default 2020-11-20 14:25:15 +00:00
kwinscripts KCM KWinScripts implement KCModuleData to highlight default at module level 2021-01-05 08:53:04 +00:00
kwintabbox Do not explicitely define Exec line for KCM 2020-10-19 15:53:26 +00:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00