vulkan-wsi-layer/wsi
Normunds Rieksts 5bf469a278 Ensure that swapchain is not passed to the ICD when creating images
Ensures that all images created from a headless swapchain use the
same vkImageCreate info.

This ensures that when calling vkCreateImage with a swapchain that
is owned by the layer the VkImageSwapchainCreateInfoKHR is not
passed further down the chain to ICD on headless implementation.

Change-Id: I1bd723589e52577b98fd53ec1ec769e5594a0838
Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com>
2021-11-08 14:17:34 +00:00
..
headless Ensure that swapchain is not passed to the ICD when creating images 2021-11-08 14:17:34 +00:00
wayland Set default visiblity of functions to hidden 2021-11-08 13:42:20 +00:00
surface.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
surface_properties.hpp Add ring buffer utility 2021-08-26 13:42:23 +01:00
swapchain_base.cpp Implement MAILBOX presentation for Wayland swapchains 2021-10-14 15:45:34 +00:00
swapchain_base.hpp Implement MAILBOX presentation for Wayland swapchains 2021-10-14 15:45:34 +00:00
synchronization.cpp Fix formatting issues 2021-10-29 08:51:25 +00:00
synchronization.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
wsi_factory.cpp Add build option for headless extension 2021-10-26 10:07:14 +00:00
wsi_factory.hpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00