Mesa (master): docs/zink: add two missing required features

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


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Jan 22 09:49:36 2021 +0100

docs/zink: add two missing required features

If these features aren't supported, we'll start doing illegal stuff, so
let's document it.

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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index 368f2b58430..e9b8d6b5caf 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -28,6 +28,8 @@ Here's a list of those requirements:
 * ``VkPhysicalDeviceFeatures``:
 
   * ``logicOp``
+  * ``depthClamp``
+  * ``depthBiasClamp``
   * ``fillModeNonSolid``
   * ``wideLines``
   * ``largePoints``



More information about the mesa-commit mailing list