render/timeline: introduce wlr_timeline

wlr_timeline is a synchronization primitive based on drm_syncobj
timelines. They are heavily inspired from Vulkan timeline
semaphores [1].

[1]: https://www.khronos.org/blog/vulkan-timeline-semaphores
This commit is contained in:
Simon Ser 2021-10-20 18:47:46 +02:00
parent 2a1d7d40f4
commit bfc616fc7e
3 changed files with 147 additions and 0 deletions

View file

@ -10,6 +10,7 @@ wlr_files += files(
'drm_format_set.c',
'pixel_format.c',
'swapchain.c',
'timeline.c',
'wlr_renderer.c',
'wlr_texture.c',
)