Mesa (main): zink: remove VK_EXT_shader_subgroup_ballot from device info

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 27 22:55:46 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Jul 21 11:09:52 2021 -0400

zink: remove VK_EXT_shader_subgroup_ballot from device info

restrict this to 1.2 only

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11990>

---

 src/gallium/drivers/zink/zink_device_info.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index 133dfd94b3e..7863002bd1a 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -120,7 +120,6 @@ 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