mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-20 15:18:24 +02:00
This change adds the use of zwp_linux_explicit_synchronization_v1 to attach a Sync FD fence on presented image submitted to the compositor. The change introduces the wsi/synchronization.hpp header and implementation of the synchronization primitives used by WSI implementations. Currently only Vulkan fences and fences exportable to Sync FD are supported. Change-Id: Ic7d6b712cc8ae8d171f799af51a70be62585b8a1 Signed-off-by: Rosen Zhelev <rosen.zhelev@arm.com> |
||
|---|---|---|
| .. | ||
| drm | ||
| wsialloc | ||
| custom_allocator.cpp | ||
| custom_allocator.hpp | ||
| extension_list.cpp | ||
| extension_list.hpp | ||
| file_descriptor.hpp | ||
| log.cpp | ||
| log.hpp | ||
| optional.hpp | ||
| platform_set.hpp | ||
| ring_buffer.hpp | ||
| timed_semaphore.cpp | ||
| timed_semaphore.hpp | ||
| unordered_map.hpp | ||
| unordered_set.hpp | ||