mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 04:30:11 +01:00
- Add support for VK_KHR_swapchain_mutable_format extension to the Layer. - Expose support for the VK_KHR_swapchain_mutable_format extension. - Improve find_extension helper API to be spec-correct, const-correct, and clearer by using the right base type (VkBaseInStructure for input, VkBaseOutStructure for output), and concise docs explaining it returns the first matching struct or nullptr. - Correctly use image_create_info instead of m_image_create_info in create_swapchain_image function for Wayland. Signed-off-by: Maged Elnaggar <maged.elnaggar@arm.com> Change-Id: Id40b28977e63ba76012d3a8f693327f757d75dcd |
||
|---|---|---|
| .. | ||
| calibrated_timestamps_api.cpp | ||
| calibrated_timestamps_api.hpp | ||
| layer.cpp | ||
| present_timing_api.cpp | ||
| present_wait_api.cpp | ||
| present_wait_api.hpp | ||
| private_data.cpp | ||
| private_data.hpp | ||
| surface_api.cpp | ||
| surface_api.hpp | ||
| swapchain_api.cpp | ||
| swapchain_api.hpp | ||
| swapchain_maintenance_api.cpp | ||
| swapchain_maintenance_api.hpp | ||
| VkLayer_window_system_integration.json | ||
| wsi_layer_experimental.hpp | ||