Mesa (main): zink: Improve zink.rst with links

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 22:50:25 UTC 2022


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

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Tue Apr 19 16:49:44 2022 +0800

zink: Improve zink.rst with links

Signed-off-by: Yonggang Luo <luoyonggang at gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16026>

---

 docs/drivers/zink.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index efc8a8dcbbd..2519840e748 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -37,9 +37,9 @@ Here's a list of those requirements:
 * Device extensions:
 
   * `VK_KHR_maintenance1`_
-  * ``VK_KHR_create_renderpass2``
-  * ``VK_KHR_imageless_framebuffer``
-  * ``VK_KHR_timeline_semaphore``
+  * `VK_KHR_create_renderpass2`_
+  * `VK_KHR_imageless_framebuffer`_
+  * `VK_KHR_timeline_semaphore`_
   * `VK_EXT_custom_border_color`_
   * `VK_EXT_provoking_vertex`_
   * `VK_EXT_line_rasterization`_, with the following ``VkPhysicalDeviceLineRasterizationFeaturesEXT``:
@@ -292,6 +292,9 @@ questions, don't hesitate to visit `#zink on OFTC
 
 
 .. _VK_KHR_maintenance1: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance1.html
+.. _VK_KHR_create_renderpass2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_create_renderpass2.html
+.. _VK_KHR_imageless_framebuffer: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_imageless_framebuffer.html
+.. _VK_KHR_timeline_semaphore: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_timeline_semaphore.html
 .. _VK_KHR_external_memory: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory.html
 .. _VK_EXT_scalar_block_layout: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_scalar_block_layout.html
 .. _VK_EXT_transform_feedback: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_transform_feedback.html



More information about the mesa-commit mailing list