Mesa (main): zink: Enable VK_KHR_image_format_list for VK_KHR_imageless_framebuffer

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 18 18:41:13 UTC 2022


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

Author: Charles Baker <charles at juicelabs.co>
Date:   Fri Dec 10 09:22:28 2021 +1300

zink: Enable VK_KHR_image_format_list for VK_KHR_imageless_framebuffer

Validation layer reports that VK_KHR_imageless_framebuffer depends on
VK_KHR_image_format_list and that the latter must be enabled explicitly
with the former.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14570>

---

 src/gallium/drivers/zink/zink_device_info.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index a27bb82ead0..5823cba75d7 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -115,6 +115,7 @@ EXTENSIONS = [
         alias="index_uint8",
         features=True,
         conditions=["$feats.indexTypeUint8"]),
+    Extension("VK_KHR_image_format_list"),
     Extension("VK_KHR_imageless_framebuffer",
         alias="imgless",
         features=True,



More information about the mesa-commit mailing list