diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c index 66414919f72..c773506b2c1 100644 --- a/src/gallium/frontends/lavapipe/lvp_device.c +++ b/src/gallium/frontends/lavapipe/lvp_device.c @@ -1023,7 +1023,7 @@ lvp_get_properties(const struct lvp_physical_device *device, struct vk_propertie .maxDescriptorSetUpdateAfterBindStorageImages = MAX_DESCRIPTORS, .maxDescriptorSetUpdateAfterBindInputAttachments = MAX_DESCRIPTORS, - .supportedDepthResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT | VK_RESOLVE_MODE_AVERAGE_BIT, + .supportedDepthResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT, .supportedStencilResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT, .independentResolveNone = false, .independentResolve = false,