Module: Mesa Branch: master Commit: d0e7a7d58de1192dff73adb89cf0369b829143b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0e7a7d58de1192dff73adb89cf0369b829143b2
Author: Erik Faye-Lund <erik.faye-l...@collabora.com> Date: Fri Jan 22 11:24:53 2021 +0100 docs/zink: add GL 4.1 requirements Reviewed-By: Mike Blumenkrantz <michael.blumenkra...@gmail.com> Reviewed-by: Hoe Hao Cheng <haochengho12...@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8648> --- docs/drivers/zink.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index ce907cd05c4..d9d75b29367 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -119,6 +119,15 @@ supported: * ```VK_FORMAT_R32G32B32_SINT```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``` * ```VK_FORMAT_R32G32B32_UINT```: ```VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``` +OpenGL 4.1 +^^^^^^^^^^ + +For OpenGL 4.1 support, the following additional ``VkPhysicalDeviceLimits`` +are required: + +* `maxImageDimension2D` ≥ 16384 +* `maxViewports` ≥ 16 + Debugging --------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit