mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-01-12 03:20:17 +01:00
Implement fifo-v1 protocol: the capability for clients to explicitly queue wl_surface commits. The design of the wl_surface interface defines a double buffer, which is intended to support only (from the point of view of the client) what is sometimes called the 'mailbox' presentation mode: each request on a wl_surface operates on an accumulated pending state until a .commit request is issued, immediately and atomically replacing the wl_surface's current state. This means that only the state related to the latest .commit request will be latched onto. fifo-v1 is a protocol that aims to support an important use case, namely the FIFO display presentation mode, which allows to queue the accumulated pending state until the next latching deadline occurs. Signed-off-by: Sergio Gómez <sergio.g.delreal@gmail.com> |
||
|---|---|---|
| .. | ||
| drm.xml | ||
| input-method-unstable-v2.xml | ||
| meson.build | ||
| server-decoration.xml | ||
| virtual-keyboard-unstable-v1.xml | ||
| wlr-data-control-unstable-v1.xml | ||
| wlr-export-dmabuf-unstable-v1.xml | ||
| wlr-foreign-toplevel-management-unstable-v1.xml | ||
| wlr-gamma-control-unstable-v1.xml | ||
| wlr-layer-shell-unstable-v1.xml | ||
| wlr-output-management-unstable-v1.xml | ||
| wlr-output-power-management-unstable-v1.xml | ||
| wlr-screencopy-unstable-v1.xml | ||
| wlr-virtual-pointer-unstable-v1.xml | ||