Mesa (master): zink: correct an extension-link

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 27 15:05:18 UTC 2021


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Apr 27 10:07:12 2021 +0200

zink: correct an extension-link

Fixing the fix, I guess I was a bit too quick last time ;)

Fixes: 0747fb546c7 ("docs: fixup link to extension")

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

---

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

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index 252d76199d1..4b4cf0408e8 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -37,7 +37,7 @@ Here's a list of those requirements:
 * Device extensions:
 
   * `VK_KHR_maintenance1`_
-  * `VK_EXT_custom_border_color`
+  * `VK_EXT_custom_border_color`_
   * `VK_EXT_provoking_vertex`_
 
 In addition to this, `VK_KHR_external_memory`_ is required to support the



More information about the mesa-commit mailing list