panvk: Advertise VK_VALVE_mutable_descriptor_type

Trivial promotion alias of VK_EXT_mutable_descriptor_type which is
already supported on v9+.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40254>
This commit is contained in:
Christian Gmeiner 2026-03-05 23:26:51 +01:00 committed by Marge Bot
parent 1c1c119d7b
commit 266160fe4e
3 changed files with 4 additions and 1 deletions

View file

@ -699,7 +699,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_NVX_image_view_handle DONE (nvk)
VK_EXT_acquire_drm_display DONE (anv, hk, nvk, panvk, radv, tu, v3dv, vn)
VK_VALVE_fragment_density_map_layered DONE (tu)
VK_VALVE_mutable_descriptor_type DONE (anv, hasvk, hk, nvk, radv, tu, vn)
VK_VALVE_mutable_descriptor_type DONE (anv, hasvk, hk, nvk, panvk, radv, tu, vn)
VK_AMD_buffer_marker DONE (anv, nvk, radv, tu)
VK_AMD_device_coherent_memory DONE (radv)
VK_AMD_draw_indirect_count DONE (radv)

View file

@ -30,3 +30,4 @@ cl_khr_subgroup_non_uniform_arithmetic on asahi, llvmpipe, radeonsi and zink
cl_khr_subgroup_non_uniform_vote on asahi, iris, llvmpipe, radeonsi and zink
cl_khr_subgroup_rotate on asahi, llvmpipe and zink
VK_EXT_nested_command_buffer on panvk
VK_VALVE_mutable_descriptor_type on panvk

View file

@ -206,6 +206,8 @@ panvk_per_arch(get_physical_device_extensions)(
.GOOGLE_hlsl_functionality1 = true,
.GOOGLE_user_type = true,
.VALVE_mutable_descriptor_type = PAN_ARCH >= 9,
.ARM_shader_core_builtins = true,
.ARM_shader_core_properties = has_vk1_1,
.ARM_scheduling_controls = PAN_ARCH >= 10,