wlroots/include/backend/drm
Kenny Levinsen c1ce983826 backend/drm: Store only a single plane viewport
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.
2024-10-29 11:18:48 +01:00
..
drm.h backend/drm: Store only a single plane viewport 2024-10-29 11:18:48 +01:00
fb.h
iface.h
monitor.h
properties.h
renderer.h
util.h