Mesa (master): zink: hook up VK_EXT_shader_subgroup_ballot

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 29 12:43:25 UTC 2021


Module: Mesa
Branch: master
Commit: 4df25407e9b80125292040a478cba5a9470187ba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4df25407e9b80125292040a478cba5a9470187ba

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Apr  5 12:00:42 2021 -0400

zink: hook up VK_EXT_shader_subgroup_ballot

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10520>

---

 src/gallium/drivers/zink/zink_device_info.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index 1928fb833de..25c6283e290 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -116,6 +116,7 @@ EXTENSIONS = [
        alias="shader_clock",
        features=True,
        conditions=["$feats.shaderSubgroupClock"]),
+    Extension("VK_EXT_shader_subgroup_ballot"),
     Extension("VK_EXT_sampler_filter_minmax",
         alias="reduction",
 	properties=True),



More information about the mesa-commit mailing list