panvk: Enable VK_ARM_shader_core_properties
The extension allows returning 0 if a given rate is unknown, which allows us to support this on all GPUs, but since the extension depends on Vulkan 1.1, we only expose it on v10+ for now. Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35155>
This commit is contained in:
@@ -695,6 +695,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_AMD_shader_trinary_minmax DONE (radv)
|
||||
VK_AMD_texture_gather_bias_lod DONE (anv, radv)
|
||||
VK_ARM_rasterization_order_attachment_access DONE (lvp, tu, vn)
|
||||
VK_ARM_shader_core_properties DONE (panvk/v10+)
|
||||
VK_EXT_mutable_descriptor_type DONE (anv, hk, lvp, nvk, radv, tu, vn)
|
||||
VK_EXT_swapchain_colorspace DONE (anv, hk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_EXT_depth_clamp_zero_one DONE (anv, nvk, panvk, radv, tu, v3dv/vc7+, vn)
|
||||
|
||||
@@ -62,3 +62,4 @@ CL_UNORM_INT_101010_2 and cl_ext_image_unorm_int_2_101010
|
||||
timestamps on panvk/v10+
|
||||
VK_KHR_calibrated_timestamps on panvk/v10+
|
||||
VK_EXT_non_seamless_cube_map on panvk
|
||||
VK_ARM_shader_core_properties on panvk/v10+
|
||||
|
||||
Reference in New Issue
Block a user