0c18aa996b
Depth clamping was not enabled in panfrost, leading to the fixed range [0.0, 1.0] always being used. This commit sets the bits to enable depth clamp to near/far plane depending on the passed rasterizer state. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11506 Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31041>