mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv: allow VK_EXT_vertex_input_dynamic_state with DGC
It should be supported now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29831>
This commit is contained in:
parent
55b497ef19
commit
d776f3d3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
|
|||
.EXT_tooling_info = true,
|
||||
.EXT_transform_feedback = true,
|
||||
.EXT_vertex_attribute_divisor = true,
|
||||
.EXT_vertex_input_dynamic_state = !pdev->use_llvm && !instance->drirc.enable_dgc,
|
||||
.EXT_vertex_input_dynamic_state = !pdev->use_llvm,
|
||||
.EXT_ycbcr_image_arrays = true,
|
||||
.AMD_buffer_marker = true,
|
||||
.AMD_device_coherent_memory = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue