summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2021-10-27 16:42:32 -0400
committerEric Engestrom <eric@engestrom.ch>2021-11-03 20:15:49 +0000
commita78bb23c0e99cc8541bd70ddab3e8810b6b382ef (patch)
tree9c54ecfadf565e36c6008ff43d6375017d3f14f2
parent7495998ce2ddf0ec24911ca7878c3b405daad960 (diff)
downloadmesa-a78bb23c0e99cc8541bd70ddab3e8810b6b382ef.tar.gz
zink: explicitly enable VK_EXT_shader_subgroup_ballot
this is needed when not creating 1.2 contexts cc: mesa-stable ref #5567 Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13562> (cherry picked from commit 69501ff458108c536f36198c8c8d3b560ecb4c82)
-rw-r--r--.pick_status.json2
-rw-r--r--src/gallium/drivers/zink/zink_device_info.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 8b21440fcae..818c0486999 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -580,7 +580,7 @@
"description": "zink: explicitly enable VK_EXT_shader_subgroup_ballot",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": null
},
diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index c371563f7b9..47d04ce49d0 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -75,6 +75,7 @@ EXTENSIONS = [
Extension("VK_EXT_shader_viewport_index_layer"),
Extension("VK_KHR_get_memory_requirements2"),
Extension("VK_EXT_post_depth_coverage"),
+ Extension("VK_EXT_shader_subgroup_ballot"),
Extension("VK_KHR_8bit_storage",
alias="storage_8bit",
features=True,