Commit graph

7 commits

Author SHA1 Message Date
Alexander Orzechowski
9ec28b81c9 Merge branch 'damage-ring-swapchain-helper' into 'master'
swapchain: Introduce new helper for damage rings

See merge request wlroots/wlroots!4854
2024-11-07 14:18:02 +00:00
Kirill Primak
1520be3c5c Make all listeners private 2024-10-28 18:07:02 +00:00
Alexander Orzechowski
551340a39e swapchain: Introduce new helper for damage rings
This is advantageous over rolling your own logic because this will choose
the ideal buffer (the youngest buffer - the one with the least damage)
2024-10-14 19:06:38 -04:00
Alexander Orzechowski
bfcaa4bc44 swapchain, damage_ring: Drop buffer age 2024-08-21 09:45:54 -04:00
Alexander Orzechowski
6e03d3015e swapchain: Add wlr_swapchain_has_buffer 2023-12-03 05:29:05 +00:00
Alexander Orzechowski
340700cb70 wlr_drm_format: Change wlr_drm_format_dup to copy 2023-05-11 18:24:43 +02:00
Simon Ser
b33ab26fe7 render/swapchain: make public
We've had this struct for a while. It'd be useful for compositors
if they want to manage the swap chains themselves instead of being
forced to use wlr_output's. Some compositors might also want to use
a swapchain without an output.
2023-02-21 17:14:31 +01:00
Renamed from include/render/swapchain.h (Browse further)