From a23360cd0fece200162224df790cdd41bd3d10ce Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 2 Nov 2022 20:39:05 +0100 Subject: [PATCH] docs/zink: fix and cleanup rst syntax This new section didn't use the correct RST syntax, and ended up with a broken section in the rendered docs. Fix the syntax, and clean things up a bit to avoid overly long lines. Fixes: be235edfe2b ("zink: add profile documentation") Part-of: (cherry picked from commit 6b3b6333915e8ca64c531a4decb79c0256e1e4f2) --- .pick_status.json | 2 +- docs/drivers/zink.rst | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 9d5ed56..599c0b4 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -841,7 +841,7 @@ "description": "docs/zink: fix and cleanup rst syntax", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "be235edfe2bc79f3e51e09831fe57753ed5da773" }, diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 3a19544..b5aebd1 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -14,16 +14,14 @@ Features The feature-level of Zink depends on two things; what's implemented in Zink, as well as the capabilities of the Vulkan driver. -The feature-levels implemented by Zink are exposed by -`Vulkan Profiles` in the -`VP_ZINK_requirements.json` -profiles file. +The feature-levels implemented by Zink are exposed by `Vulkan Profiles +`__ in the +:file:`VP_ZINK_requirements.json` profiles file. -Used with the `Vulkan Profiles tools`, +Used with the `Vulkan Profiles tools `__, we can compare the ZINK profiles with Vulkan devices profiles generated with -`Vulkaninfo` -or downloaded from -`GPUinfo.org` +`Vulkaninfo `__ +or `downloaded from GPUinfo.org`_ to establish the feature-levels supported by these drivers. OpenGL 2.1 @@ -309,6 +307,7 @@ questions, don't hesitate to visit `#zink on OFTC `__ and say hi! +.. _downloaded from GPUinfo.org: https://www.saschawillems.de/blog/2022/03/12/vulkan-profiles-support-for-the-vulkan-hardware-capability-viewer-and-database/> .. _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 -- 2.7.4