diff --git a/src/panfrost/vulkan/panvk_vX_physical_device.c b/src/panfrost/vulkan/panvk_vX_physical_device.c index b96772afb95..7f86e8f6a04 100644 --- a/src/panfrost/vulkan/panvk_vX_physical_device.c +++ b/src/panfrost/vulkan/panvk_vX_physical_device.c @@ -963,11 +963,11 @@ panvk_per_arch(get_physical_device_properties)( .maxVertexAttribDivisor = UINT32_MAX, .supportsNonZeroFirstInstance = true, .maxPushDescriptors = MAX_PUSH_DESCS, - .dynamicRenderingLocalReadDepthStencilAttachments = false, - .dynamicRenderingLocalReadMultisampledAttachments = false, + .dynamicRenderingLocalReadDepthStencilAttachments = true, + .dynamicRenderingLocalReadMultisampledAttachments = true, .earlyFragmentMultisampleCoverageAfterSampleCounting = true, .earlyFragmentSampleMaskTestBeforeSampleCounting = true, - .depthStencilSwizzleOneSupport = false, + .depthStencilSwizzleOneSupport = true, .polygonModePointSize = false, .nonStrictSinglePixelWideLinesUseParallelogram = false, .nonStrictWideLinesUseParallelogram = false,