summaryrefslogtreecommitdiff
path: root/docs/drivers
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-10 14:10:22 +0100
committerMarge Bot <emma+marge@anholt.net>2023-03-21 15:42:50 +0000
commitadc7170d850a2a7416110b647e1eb5a7033e07bd (patch)
treecea860425c3987c709ac353999fd7ff576572b41 /docs/drivers
parent3f272fd15e9f0776056699e90ce021f4766d3384 (diff)
downloadmesa-adc7170d850a2a7416110b647e1eb5a7033e07bd.tar.gz
docs/zink: mention vk1.2 mirror-clamp feature option
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22053>
Diffstat (limited to 'docs/drivers')
-rw-r--r--docs/drivers/zink.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst
index d55a5d0d11a..2915b1590eb 100644
--- a/docs/drivers/zink.rst
+++ b/docs/drivers/zink.rst
@@ -222,9 +222,17 @@ supported:
* ``VK_FORMAT_B10G11R11_UFLOAT_PACK32``
-* Device extensions:
+* For Vulkan 1.2 and above:
+
+ * ``VkPhysicalDeviceVulkan12Features``:
+
+ * ``samplerMirrorClampToEdge``
+
+* For Vulkan 1.1 and below:
+
+ * Device extensions:
- * :ext:`VK_KHR_sampler_mirror_clamp_to_edge`
+ * :ext:`VK_KHR_sampler_mirror_clamp_to_edge`
OpenGL 4.5
^^^^^^^^^^