venus: enable VK_EXT_shader_subgroup_ballot
authorJuston Li <justonli@google.com>
Wed, 7 Jun 2023 22:46:20 +0000 (15:46 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 8 Jun 2023 21:08:13 +0000 (21:08 +0000)
Signed-off-by: Juston Li <justonli@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23510>

src/virtio/vulkan/vn_physical_device.c

index 651cdd2..484c9d3 100644 (file)
@@ -1196,6 +1196,7 @@ vn_physical_device_get_passthrough_extensions(
       .EXT_rasterization_order_attachment_access = true,
       .EXT_robustness2 = true,
       .EXT_shader_stencil_export = true,
+      .EXT_shader_subgroup_ballot = true,
       .EXT_transform_feedback = true,
       .EXT_vertex_attribute_divisor = true,