Mesa (master): zink: hook up VK_EXT_conservative_rasterization

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


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Sat Apr  3 10:32:31 2021 -0400

zink: hook up VK_EXT_conservative_rasterization

just the ext bits

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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index 57078b2a861..1928fb833de 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -82,6 +82,10 @@ EXTENSIONS = [
     Extension("VK_EXT_sample_locations",
        alias="sample_locations",
        properties=True),
+    Extension("VK_EXT_conservative_rasterization",
+       alias="cons_raster",
+       properties=True,
+       conditions=["$props.fullyCoveredFragmentShaderInputVariable"]),
     Extension("VK_KHR_shader_draw_parameters"),
     Extension("VK_KHR_sampler_mirror_clamp_to_edge"),
     Extension("VK_EXT_conditional_rendering",



More information about the mesa-commit mailing list