mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
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:
parent
2a1d7d40f4
commit
bfc616fc7e
3 changed files with 147 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ wlr_files += files(
|
|||
'drm_format_set.c',
|
||||
'pixel_format.c',
|
||||
'swapchain.c',
|
||||
'timeline.c',
|
||||
'wlr_renderer.c',
|
||||
'wlr_texture.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue