Mesa (main): docs/zink: correct requirement for tbos

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 15 12:29:08 UTC 2022


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jun 14 08:46:05 2022 +0200

docs/zink: correct requirement for tbos

This requirement is for ARB_texture_buffer_object_rgb32, which obviously
needs the UNIFORM_TEXEL_BUFFER bit, not SAMPLED_IMAGE.

Fixes: c3d7de47cd6 ("docs/zink: add GL 4.0 requirements")
Fixes: 6b38907b7f7 ("zink: fix feature requirement")
Acked-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17024>

---

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

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



More information about the mesa-commit mailing list