Mesa (master): zink: hook up VK_KHR_shader_clock

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 29 03:32:16 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Apr  5 09:53:29 2021 -0400

zink: hook up VK_KHR_shader_clock

more extensions wooo

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

---

 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 61b8d28bba3..205126f195b 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -105,6 +105,10 @@ EXTENSIONS = [
         features=True,
         conditions=["$feats.vertexAttributeInstanceRateDivisor"]),
     Extension("VK_EXT_calibrated_timestamps"),
+    Extension("VK_KHR_shader_clock",
+       alias="shader_clock",
+       features=True,
+       conditions=["$feats.shaderSubgroupClock"]),
     Extension("VK_EXT_sampler_filter_minmax",
         alias="reduction",
 	properties=True),



More information about the mesa-commit mailing list