Mesa (main): v3dv: expose VK_KHR_shader_non_semantic_info

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 17 09:03:29 UTC 2021


Module: Mesa
Branch: main
Commit: d873e30d3b29582880b23a34e047d965849ae590
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d873e30d3b29582880b23a34e047d965849ae590

Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Thu Jun 17 09:18:23 2021 +0200

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 at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11440>

---

 src/broadcom/vulkan/v3dv_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/broadcom/vulkan/v3dv_device.c b/src/broadcom/vulkan/v3dv_device.c
index 3514f89913a..dccf882d8c9 100644
--- a/src/broadcom/vulkan/v3dv_device.c
+++ b/src/broadcom/vulkan/v3dv_device.c
@@ -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,



More information about the mesa-commit mailing list