Simon Ser
|
43df0bd565
|
render/timeline: add wlr_render_timeline_transfer
|
2021-10-21 15:23:20 +02:00 |
|
Simon Ser
|
7ae10e078a
|
render/timeline: add wlr_render_timeline_import
|
2021-10-21 15:02:09 +02:00 |
|
Simon Ser
|
7a661e4c38
|
render/timeline: add wlr_render_timeline_import_dmabuf
Same as wlr_render_timeline_import_sync_file, but takes a DMA-BUF
as argument. Depends on [1].
[1]: https://lore.kernel.org/dri-devel/20210610210925.642582-5-jason@jlekstrand.net/
|
2021-10-21 11:28:43 +02:00 |
|
Simon Ser
|
5a1f18666a
|
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
|
2021-10-21 11:26:14 +02:00 |
|