Module: Mesa Branch: master Commit: 920ecbefbd4aaa70b92fd8c9eeeae12b24a93a78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=920ecbefbd4aaa70b92fd8c9eeeae12b24a93a78
Author: Erik Faye-Lund <[email protected]> Date: Tue Mar 30 17:57:56 2021 +0200 docs: clarify VK_KHR_external_memory requirement Reviewed-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925> --- docs/drivers/zink.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index f8c087fc559..5a67de28fa6 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -37,7 +37,9 @@ Here's a list of those requirements: * Device extensions: * `VK_KHR_maintenance1`_ - * `VK_KHR_external_memory`_ + +In addition to this, `VK_KHR_external_memory`_ is required to support the +DRI code-path. OpenGL 3.0 ^^^^^^^^^^ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
