panvk: Enable depthClamp and depthBiasClamp

Both are implemented but were not enabled.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32248>
This commit is contained in:
Mary Guillemard 2024-11-20 09:40:25 +01:00 committed by Marge Bot
parent 48978d5ce5
commit 6e8cfc3ce4

View file

@ -257,6 +257,8 @@ get_features(const struct panvk_physical_device *device,
*features = (struct vk_features){
/* Vulkan 1.0 */
.depthClamp = true,
.depthBiasClamp = true,
.robustBufferAccess = true,
.fullDrawIndexUint32 = true,
.independentBlend = true,