Mesa (master): zink: add missing required feature

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 24 21:21:05 UTC 2021


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Mar 24 16:56:31 2021 +0100

zink: add missing required feature

We check for this feature in zink_is_format_supported, so VK drivers
need to expose it to get BC textures working. Let's document the
reality.

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

---

 docs/drivers/zink.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index a2983e032d8..722bce37ffd 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -140,6 +140,7 @@ supported:
     * ``shaderDrawParameters``
     * ``vertexPipelineStoresAndAtomics``
     * ``fragmentStoresAndAtomics``
+    * ``textureCompressionBC``
 
 * For Vulkan 1.1 and below:
 



More information about the mesa-commit mailing list