Mesa (main): zink: fix feature requirement

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 10 20:57:30 UTC 2022


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Jun 10 16:40:57 2022 -0400

zink: fix feature requirement

this is ARB_texture_buffer_object_rgb32, and both bits are needed

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16981>

---

 docs/drivers/zink.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index ba43a7b6946..cf0ffc07626 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -121,7 +121,8 @@ supported:
 
   * `VK_KHR_maintenance2`_
 
-* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``:
+* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT`` and
+  ``VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT``:
 
       * ``VK_FORMAT_R32G32B32_SFLOAT``
       * ``VK_FORMAT_R32G32B32_SINT``



More information about the mesa-commit mailing list