vulkan-wsi-layer/layer
Rosen Zhelev d7aabddf40 Use explicit synchronization for Wayland surfaces
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>
2021-09-14 10:52:28 +01:00
..
layer.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
private_data.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
private_data.hpp Use explicit synchronization for Wayland surfaces 2021-09-14 10:52:28 +01:00
surface_api.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
surface_api.hpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
swapchain_api.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
swapchain_api.hpp Add vulkan 1.1 function entrypoints 2021-08-09 11:38:04 +01:00
VkLayer_window_system_integration.json Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00