vulkan-wsi-layer/layer
Dennis Tsiang b1f9e5811a Add initial support for VK_KHR_present_id
Layer updated to advertise support for the VK_KHR_present_id
extension. vkGetPhysicalDeviceFeatures2KHR and vkCreateDevice updated
to handle the new struct.

Also add the extensions enabled by the layer to the
instance_data and device_data objects so that the layer can correctly
check which extensions have been enabled.

Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
Change-Id: I71ae2b28c94d3f16b485a06094712d6c3f6c7e77
2024-08-20 11:46:07 +00:00
..
layer.cpp Add initial support for VK_KHR_present_id 2024-08-20 11:46:07 +00:00
present_timing.cpp VK_EXT_present_timing changes for the layer's json file. 2024-08-15 12:01:36 +01:00
private_data.cpp Add initial support for VK_KHR_present_id 2024-08-20 11:46:07 +00:00
private_data.hpp Add initial support for VK_KHR_present_id 2024-08-20 11:46:07 +00:00
surface_api.cpp Add support for present mode compatibility 2024-08-13 19:26:54 +01:00
surface_api.hpp Implement VK_KHR_get_surface_capabilities2 entrypoints 2022-03-10 10:28:33 +00:00
swapchain_api.cpp Support switching presentation modes 2024-08-13 19:27:55 +01:00
swapchain_api.hpp Add support for VK_KHR_shared_presentable_image for headless backend 2024-04-30 08:28:21 +00:00
swapchain_maintenance_api.cpp Add vkReleaseSwapchainImagesEXT entrypoint 2024-08-13 19:27:53 +01:00
swapchain_maintenance_api.hpp Add vkReleaseSwapchainImagesEXT entrypoint 2024-08-13 19:27:53 +01:00
VkLayer_window_system_integration.json Add initial support for VK_KHR_present_id 2024-08-20 11:46:07 +00:00
wsi_layer_experimental.hpp VK_EXT_present_timing changes for the layer's json file. 2024-08-15 12:01:36 +01:00