render/drm_syncobj: introduce wlr_drm_syncobj_timeline

wlr_drm_syncobj_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 f464213447
commit 7fc00ef777
3 changed files with 170 additions and 0 deletions

View file

@ -9,6 +9,7 @@ wlr_files += files(
'color.c',
'dmabuf.c',
'drm_format_set.c',
'drm_syncobj.c',
'pass.c',
'pixel_format.c',
'swapchain.c',