Module: Mesa Branch: master Commit: 3b130ec75db1523e73d916182462485c81687277 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b130ec75db1523e73d916182462485c81687277
Author: Erik Faye-Lund <[email protected]> Date: Tue Mar 30 17:41:09 2021 +0200 docs: remove zink incorrect requirement Zink does not require VK_KHR_get_physical_device_properties2; we have fallback-code in place for when that is lacking. Reviewed-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925> --- docs/drivers/zink.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 9a7dd49cd48..7071b35405f 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -36,7 +36,6 @@ Here's a list of those requirements: * Instance extensions: - * `VK_KHR_get_physical_device_properties2`_ * `VK_KHR_external_memory_capabilities`_ * Device extensions: @@ -252,7 +251,6 @@ questions, don't hesitate to visit `#zink on FreeNode <irc://irc.freenode.net/zink>`_ and say hi! -.. _VK_KHR_get_physical_device_properties2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_get_physical_device_properties2.html .. _VK_KHR_external_memory_capabilities: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory_capabilities.html .. _VK_KHR_maintenance1: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance1.html .. _VK_KHR_external_memory: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory.html _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
