From d2280a007a0425726c941e8794004f2f5ba98839 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Tue, 22 Nov 2016 23:03:12 -0500 Subject: [PATCH] anv: expose depthBiasClamp, it is already set The gen7/8_cmd_buffer logic already sets the clamp, and it's piped through via the dynamic state. Signed-off-by: Ilia Mirkin Reviewed-by: Kenneth Graunke --- src/intel/vulkan/anv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index d9ab1b1..08bc247 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -448,7 +448,7 @@ void anv_GetPhysicalDeviceFeatures( .multiDrawIndirect = false, .drawIndirectFirstInstance = false, .depthClamp = true, - .depthBiasClamp = false, + .depthBiasClamp = true, .fillModeNonSolid = true, .depthBounds = false, .wideLines = true, -- 2.7.4