Module: Mesa Branch: main Commit: 410d4dc529a0ce9e18b9d49bbaacde41324bf0c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=410d4dc529a0ce9e18b9d49bbaacde41324bf0c3
Author: Mike Blumenkrantz <[email protected]> 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 <[email protected]> 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), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
