zink: hook up VK_EXT_sampler_filter_minmax

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10248>
This commit is contained in:
Mike Blumenkrantz 2021-04-04 18:44:01 -04:00 committed by Marge Bot
parent ec70882238
commit b62633c599

View File

@ -101,6 +101,9 @@ EXTENSIONS = [
features=True,
conditions=["$feats.vertexAttributeInstanceRateDivisor"]),
Extension("VK_EXT_calibrated_timestamps"),
Extension("VK_EXT_sampler_filter_minmax",
alias="reduction",
properties=True),
Extension("VK_EXT_custom_border_color",
alias="border_color",
properties=True,