mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
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:
parent
f464213447
commit
7fc00ef777
3 changed files with 170 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue