mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
lavapipe: Trivially expose VK_GOOGLE_user_type extension
There's nothing for the driver to do; it's all handled in spirv_to_nir. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Acked-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38574>
This commit is contained in:
parent
73e8d6533e
commit
d7fff632cd
2 changed files with 2 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_ANDROID_native_buffer DONE (anv, lvp, panvk, radv, tu, v3dv, vn)
|
||||
VK_GOOGLE_decorate_string DONE (anv, hasvk, hk, kk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_GOOGLE_hlsl_functionality1 DONE (anv, hasvk, hk, kk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_GOOGLE_user_type DONE (anv, hasvk, hk, kk, nvk, panvk, radv, tu, vn)
|
||||
VK_GOOGLE_user_type DONE (anv, hasvk, hk, kk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_IMG_filter_cubic DONE (tu/a650+, vn)
|
||||
VK_NV_compute_shader_derivatives DONE (anv, hasvk, nvk, radv, tu/a7xx+, vn)
|
||||
VK_NVX_image_view_handle DONE (nvk)
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
|
|||
#endif
|
||||
.GOOGLE_decorate_string = true,
|
||||
.GOOGLE_hlsl_functionality1 = true,
|
||||
.GOOGLE_user_type = true,
|
||||
};
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue