panvk: enable KHR_spirv_1_4 on v10+

The previous fix seems to be all that was needed to enable this, so
let's flip the switch.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34514>
This commit is contained in:
Erik Faye-Lund
2025-04-14 22:44:46 +02:00
committed by Marge Bot
parent e77a815299
commit d4797b8ab7
3 changed files with 3 additions and 1 deletions
@@ -261,6 +261,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.KHR_shader_subgroup_extended_types = has_vk1_1,
.KHR_shader_subgroup_rotate = true,
.KHR_shader_subgroup_uniform_control_flow = has_vk1_1,
.KHR_spirv_1_4 = arch >= 10,
.KHR_storage_buffer_storage_class = true,
#ifdef PANVK_USE_WSI_PLATFORM
.KHR_swapchain = true,