radv: allow VK_EXT_legacy_vertex_attributes with DGC

Dynamic vertex input state is supported with DGC but it wasn't at the
time this extension has been introduced.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30957>
This commit is contained in:
Samuel Pitoiset
2024-08-30 22:12:20 +02:00
committed by Marge Bot
parent b32b15f0df
commit e4e789ce10

View File

@@ -629,7 +629,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
.EXT_image_view_min_lod = true,
.EXT_index_type_uint8 = pdev->info.gfx_level >= GFX8,
.EXT_inline_uniform_block = true,
.EXT_legacy_vertex_attributes = !pdev->use_llvm && !instance->drirc.enable_dgc,
.EXT_legacy_vertex_attributes = !pdev->use_llvm,
.EXT_line_rasterization = true,
.EXT_load_store_op_none = true,
.EXT_map_memory_placed = true,