docs: document zink GL 4.6 requirements
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 15 Mar 2021 16:44:13 +0000 (17:44 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Mar 2021 14:07:42 +0000 (14:07 +0000)
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9602>

docs/drivers/zink.rst

index 4c13ed4..7bcc852 100644 (file)
@@ -190,6 +190,20 @@ are required to be supported
 
 * ``shaderCullDistance``
 
+OpenGL 4.6
+^^^^^^^^^^
+
+For OpenGL 4.6 support, the following additional ``VkPhysicalDeviceFeatures``
+are required to be supported
+
+* ``VkPhysicalDeviceFeatures``:
+
+  * ``samplerAnisotropy``
+
+* Device extensions:
+
+  * `VK_KHR_draw_indirect_count`_
+
 Debugging
 ---------
 
@@ -239,3 +253,4 @@ questions, don't hesitate to visit `#zink on FreeNode
 .. _VK_KHR_maintenance2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance2.html
 .. _VK_KHR_vulkan_memory_model: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_vulkan_memory_model.html
 .. _VK_KHR_shader_draw_parameters: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_shader_draw_parameters.html
+.. _VK_KHR_draw_indirect_count: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_draw_indirect_count.html