Module: Mesa Branch: master Commit: 1f1e4705af37f5a678129bec45a550a05966b5bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f1e4705af37f5a678129bec45a550a05966b5bf
Author: Erik Faye-Lund <[email protected]> Date: Tue Mar 30 17:16:47 2021 +0200 docs: remove bogus zink-requirement VkPhysicalDeviceFeatures::depthClamp isn't required until GL 3.2, where we already list it. Remove the extra entry to avoid confusion. Reviewed-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925> --- docs/drivers/zink.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index fbbcbe63ab8..9a7dd49cd48 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -28,7 +28,6 @@ Here's a list of those requirements: * ``VkPhysicalDeviceFeatures``: * ``logicOp`` - * ``depthClamp`` * ``fillModeNonSolid`` * ``wideLines`` * ``largePoints`` _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
