Mesa (master): docs/zink: correct vk version for GL 4.2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 25 17:09:45 UTC 2021


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Jan 25 12:52:21 2021 +0100

docs/zink: correct vk version for GL 4.2

I've gotten clarification from Khronos about this here:

https://github.com/KhronosGroup/Vulkan-Docs/issues/1437

So as it stands, we currently require Vulkan 1.2 for GL 4.2, not Vulkan
1.1. Let's update the docs to reflect this.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907 at gmail.com>
Fixes: fb65285629c ("docs/zink: add GL 4.2 requirements")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8692>

---

 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 49a86254d0a..160b63df9e6 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -131,7 +131,7 @@ are required:
 OpenGL 4.2
 ^^^^^^^^^^
 
-For OpenGL 4.2 support, Vulkan 1.1 is required, plus the following additional
+For OpenGL 4.2 support, Vulkan 1.2 is required, plus the following additional
 requirements needs to be supported:
 
 * ``VkPhysicalDeviceVulkan11Features``:



More information about the mesa-commit mailing list