vulkan-wsi-layer/wsi
Normunds Rieksts ab41b59bbf Replace swapchain roundtrip implementation in Wayland
Replace the implementation of how the roundtrips are done in
Wayland with one that is provided by the native Wayland client.

Additionally, fixes a small issue present in the Wayland swapchain
where WSI allocator would be freed by the destructor before
wsialloc_new was called resulting in an crash where WSI allocator
would be in an invalid state.

Change-Id: Idfadb88078f94ff15c9f18d1809b01941f2f8548
Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com>
2021-03-15 16:18:32 +00:00
..
headless layer: improve how layer handles Vulkan extensions 2021-02-05 11:22:32 +00:00
wayland Replace swapchain roundtrip implementation in Wayland 2021-03-15 16:18:32 +00:00
surface_properties.hpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
swapchain_base.cpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
swapchain_base.hpp Use util::allocator in swapchain object 2020-12-10 17:46:36 +00:00
wsi_factory.cpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
wsi_factory.hpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00