summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2022-06-08 18:25:54 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-21 15:44:54 +0000
commit82e08f6b1eb82b0665c612a2c62e9c8bd7a93daf (patch)
tree8095cc4d01f778f92e6be162ad2d5ac32fbdc5b8 /docs
parent810135fb428a2505eba490b4d17a33629820e4e5 (diff)
zink: Enable the VK_EXT_depth_clip_enable extension.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16929>
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers/zink.rst18
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index fb4588af2d0..bd82ca4b017 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -83,13 +83,18 @@ are required:
OpenGL 3.2
^^^^^^^^^^
-For OpenGL 3.2 support, the following additional ``VkPhysicalDeviceFeatures``
-are required to be supported, although some of these might not actually get
-verified:
+For OpenGL 3.2 support, the following additional requirements must be
+supported, although some of these might not actually get verified:
+
+* ``VkPhysicalDeviceFeatures``:
+
+ * ``depthClamp``
+ * ``geometryShader``
+ * ``shaderTessellationAndGeometryPointSize``
+
+* Device extensions:
-* ``depthClamp``
-* ``geometryShader``
-* ``shaderTessellationAndGeometryPointSize``
+ * `VK_EXT_depth_clip_enable`_
OpenGL 3.3
^^^^^^^^^^
@@ -311,3 +316,4 @@ questions, don't hesitate to visit `#zink on OFTC
.. _VK_EXT_custom_border_color: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_custom_border_color.html
.. _VK_EXT_provoking_vertex: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_provoking_vertex.html
.. _VK_EXT_line_rasterization: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_line_rasterization.html
+.. _VK_EXT_depth_clip_enable: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_EXT_depth_clip_enable.html