v3dv: advertise VK_EXT_scalar_block_layout on V3D 7.1+

The scalarBlockLayout feature was already exposed via the Vulkan 1.2
feature struct, but Vulkan 1.1 clients (e.g. Dawn) need the EXT to
discover it.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41673>
This commit is contained in:
Jose Maria Casanova Crespo 2026-05-18 17:02:13 +02:00 committed by Marge Bot
parent cd9f2648d3
commit e40989f451

View file

@ -246,6 +246,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.EXT_private_data = true,
.EXT_provoking_vertex = true,
.EXT_queue_family_foreign = true,
.EXT_scalar_block_layout = device->devinfo.ver >= 71,
.EXT_separate_stencil_usage = true,
.EXT_shader_demote_to_helper_invocation = true,
.EXT_shader_module_identifier = true,