vulkan-wsi-layer/layer
Dennis Wildmark e62cc2d42f VK_KHR_display swapchain implementation
Implementation of VK_KHR_display swapchain class. VK_KHR_display is
another WSI backend that provides surfaces to render directly to a
display. The swapchain class is responsible for creating and managing a
swapchain based on the specific type of surface provided by
VK_KHR_display.

Change-Id: I9b103c20c3444b1ca75f3df7edf6b66fc87a0992
Signed-off-by: Dennis Wildmark <dennis.wildmark@arm.com>
Signed-off-by: Fufu Fang <fufu.fang@arm.com>
2024-08-12 11:44:22 +00:00
..
layer.cpp Add support for VK_KHR_shared_presentable_image for headless backend 2024-04-30 08:28:21 +00:00
private_data.cpp Fix issue with OOM CTS test 2024-04-29 16:07:49 +00:00
private_data.hpp VK_KHR_display swapchain implementation 2024-08-12 11:44:22 +00:00
surface_api.cpp Adding VK_KHR_shared_presentable_image basic support 2022-09-13 13:46:39 +03:00
surface_api.hpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
swapchain_api.cpp Add support for VK_KHR_shared_presentable_image for headless backend 2024-04-30 08:28:21 +00:00
swapchain_api.hpp Add support for VK_KHR_shared_presentable_image for headless backend 2024-04-30 08:28:21 +00:00
VkLayer_window_system_integration.json VK_KHR_display surface_properties implementation 2024-08-12 11:44:22 +00:00