Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-15 | render/swapchain: add support for buffer age | Simon Ser | |
2020-11-15 | render: introduce wlr_swapchain | Simon Ser | |
The swapchain maximum capacity is set to 4, so that we have enough room for: - A buffer currently displayed on screen - A buffer queued for display (e.g. to KMS) - A pending buffer that'll be queued next commit - An additional pending buffer in case we want to invalidate the currently pending one |