mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
v3dv: expose VK_KHR_shader_non_semantic_info
This is entirely implemented in the SPIR-V frontend. Relevant CTS tests: dEQP-VK.spirv_assembly.instruction.compute.non_semantic_info.* Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11440>
This commit is contained in:
parent
0fd152dab3
commit
d873e30d3b
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
|||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_shader_non_semantic_info = true,
|
||||
.KHR_sampler_mirror_clamp_to_edge = true,
|
||||
.KHR_storage_buffer_storage_class = true,
|
||||
.KHR_uniform_buffer_standard_layout = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue