mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 12:58:14 +02:00
panvk: hide swapchainMaintenance1 behind WSI guard
Fixes: 9ec387efb1 ("panvk: advertise wsi maintenance extensions")
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40682>
This commit is contained in:
parent
c361c82a5a
commit
73c9d35644
1 changed files with 2 additions and 0 deletions
|
|
@ -635,8 +635,10 @@ panvk_per_arch(get_physical_device_features)(
|
|||
/* VK_ARM_scheduling_controls */
|
||||
.schedulingControls = PAN_ARCH >= 10,
|
||||
|
||||
#ifdef PANVK_USE_WSI_PLATFORM
|
||||
/* KHR_swapchain_maintenance1 */
|
||||
.swapchainMaintenance1 = true,
|
||||
#endif
|
||||
|
||||
/* VK_EXT_multisampled_render_to_single_sampled */
|
||||
.multisampledRenderToSingleSampled = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue