mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
c1ce983826
We store both queued and current buffers to be able to retain both the framebuffer currently on screen and the one queued to replace it. From a re-use perspective, we only care about the last committed framebuffer. The viewport is only stored in order to be re-used together with the last committed framebuffer, so do away with the queued/current distinction and store a single viewport updated every time a commit completes. |
||
---|---|---|
.. | ||
atomic.c | ||
backend.c | ||
drm.c | ||
fb.c | ||
gen_pnpids.sh | ||
legacy.c | ||
libliftoff.c | ||
meson.build | ||
monitor.c | ||
properties.c | ||
renderer.c | ||
util.c |