mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-27 22:18:19 +02:00
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 |
||
|---|---|---|
| .. | ||
| frame_boundary.cpp | ||
| frame_boundary.hpp | ||
| image_compression_control.cpp | ||
| image_compression_control.hpp | ||
| present_id.cpp | ||
| present_id.hpp | ||
| present_timing.cpp | ||
| present_timing.hpp | ||
| present_wait.cpp | ||
| present_wait.hpp | ||
| swapchain_maintenance.cpp | ||
| swapchain_maintenance.hpp | ||
| wsi_extension.cpp | ||
| wsi_extension.hpp | ||