anv: Add proper support for depth clamping
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "12.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -380,7 +380,7 @@ void anv_GetPhysicalDeviceFeatures(
|
||||
.logicOp = true,
|
||||
.multiDrawIndirect = false,
|
||||
.drawIndirectFirstInstance = false,
|
||||
.depthClamp = false,
|
||||
.depthClamp = true,
|
||||
.depthBiasClamp = false,
|
||||
.fillModeNonSolid = true,
|
||||
.depthBounds = false,
|
||||
|
Reference in New Issue
Block a user