zink: remove VK_EXT_shader_subgroup_ballot from device info

restrict this to 1.2 only

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11990>
This commit is contained in:
Mike Blumenkrantz
2021-07-21 11:09:52 -04:00
committed by Marge Bot
parent a05693d332
commit 410d4dc529

View File

@@ -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),