vulkan-wsi-layer/util
Alex Bates ace729f7f8 Support nonzero present timing queue family
Adds a per-device check for a 'best' queue family to
use for present timing, rather than always using index 0.

wsi_ext_present_timing holds resources (such as the command
buffer) per queue family, rather than supporting only one. However,
currently, only one queue family is supported at a time.
In future, we can hook vkGetDeviceQueue calls to map
VkQueues to their family index. Doing this will transparently
give present timing support for multiple queue families.

Signed-off-by: Alex Bates <alex.bates@arm.com>
Change-Id: I5becb29dfc4a082e301031e0c693acd23eb95a51
2025-10-06 11:27:34 +01:00
..
drm Add external memory extension 2025-04-25 15:28:39 +01:00
wsialloc Append WSI layer warning flags 2025-08-05 13:34:59 +01:00
custom_allocator.cpp Update clang-format rules 2024-07-04 10:30:42 +01:00
custom_allocator.hpp Support nonzero present timing queue family 2025-10-06 11:27:34 +01:00
custom_mutex.cpp Support nonzero present timing queue family 2025-10-06 11:27:34 +01:00
custom_mutex.hpp Adding exception-safe custom mutex to the WSI layer 2025-09-05 16:06:38 +01:00
extension_list.cpp Enable -Werror on Vulkan WSI Layer 2024-10-22 09:14:54 +00:00
extension_list.hpp Fix issues reported by static analysis tools 2022-11-11 14:27:03 +00:00
file_descriptor.hpp VK_KHR_display surface_properties implementation 2024-08-12 11:44:22 +00:00
format_modifiers.cpp Update clang-format rules 2024-07-04 10:30:42 +01:00
format_modifiers.hpp Add support for VK_EXT_image_compression_control_swapchain 2022-05-25 16:49:52 +01:00
helpers.hpp Support VK_KHR_swapchain_mutable_format extension 2025-09-11 09:28:03 +01:00
log.cpp Fix formatting long as %d in util/log.cpp 2023-10-19 08:23:09 +00:00
log.hpp Fix formatting long as %d in util/log.cpp 2023-10-19 08:23:09 +00:00
macros.hpp VK_KHR_display surface_properties implementation 2024-08-12 11:44:22 +00:00
platform_set.hpp Enable instance extensions required by layer 2022-05-30 13:51:20 +01:00
ring_buffer.hpp Use wp_presentation_feedback to update the presented ID value 2025-04-01 09:27:18 +00:00
timed_semaphore.cpp Fix issues found by static analysis 2022-07-21 19:05:53 +01:00
timed_semaphore.hpp Update clang-format rules 2024-07-04 10:30:42 +01:00
unordered_map.hpp Support nonzero present timing queue family 2025-10-06 11:27:34 +01:00
unordered_set.hpp Support nonzero present timing queue family 2025-10-06 11:27:34 +01:00