Mesa (master): docs/zink: fix phrasing of GL 3.3 requirements

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 22 21:24:56 UTC 2021


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Jan 22 10:57:32 2021 +0100

docs/zink: fix phrasing of GL 3.3 requirements

These requirements aren't all about VkPhysicalDeviceFeatures, so let's
make the text reflect that.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8648>

---

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

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index 32cfaa01354..742d31e866d 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -85,9 +85,8 @@ verified:
 OpenGL 3.3
 ^^^^^^^^^^
 
-For OpenGL 3.3 support, the following additional ``VkPhysicalDeviceFeatures``
-are required to be supported, although some of these might not actually get
-verified:
+For OpenGL 3.3 support, the following additional requirements needs to be
+supported, although some of these might not actually get verified:
 
 * ``VkPhysicalDeviceFeatures``:
 



More information about the mesa-commit mailing list