Skip to content

fifo-v1: Add new protocol

Derek Foreman requested to merge derekf/wayland-protocols:commit_queue_v1 into main

In order to implement advanced presentation modes, such as FIFO under Vulkan, the compositor needs to maintain a queue of state. This is an attempt to expose such a queue to clients.

To be useful, timestamp information must also be present (such as that provided by a protocol like !248)

Edited by Derek Foreman

Merge request reports