panvk: Expose trivial google extensions

Those three extensions are handled in common code.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30754>
This commit is contained in:
Mary Guillemard
2024-08-21 10:41:00 +02:00
committed by Marge Bot
parent a6496e3a16
commit 5b129e6eb9
2 changed files with 6 additions and 3 deletions

View File

@@ -639,9 +639,9 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_ycbcr_image_arrays DONE (anv, hasvk, lvp, nvk, radv)
VK_ANDROID_external_memory_android_hardware_buffer DONE (anv, radv, tu, vn)
VK_ANDROID_native_buffer DONE (anv, radv, tu, v3dv, vn)
VK_GOOGLE_decorate_string DONE (anv, hasvk, lvp, nvk, radv, tu)
VK_GOOGLE_hlsl_functionality1 DONE (anv, hasvk, lvp, nvk, radv, tu)
VK_GOOGLE_user_type DONE (anv, hasvk, nvk, radv, tu)
VK_GOOGLE_decorate_string DONE (anv, hasvk, lvp, nvk, panvk, radv, tu)
VK_GOOGLE_hlsl_functionality1 DONE (anv, hasvk, lvp, nvk, panvk, radv, tu)
VK_GOOGLE_user_type DONE (anv, hasvk, nvk, panvk, radv, tu)
VK_IMG_filter_cubic DONE (tu/a650+)
VK_NV_compute_shader_derivatives DONE (anv, hasvk, radv)
VK_EXT_acquire_drm_display DONE (anv, nvk, radv, tu, v3dv)

View File

@@ -89,6 +89,9 @@ get_device_extensions(const struct panvk_physical_device *device,
.EXT_private_data = true,
.EXT_shader_module_identifier = true,
.EXT_vertex_attribute_divisor = true,
.GOOGLE_decorate_string = true,
.GOOGLE_hlsl_functionality1 = true,
.GOOGLE_user_type = true,
};
}