Skip to content

lavapipe: disable stencil test if no stencil attachment

Mike Blumenkrantz requested to merge zmike/mesa:lavapipe-nostencil into main

What does this MR do and why?

lavapipe: disable stencil test if no stencil attachment

stencil test must not be enabled if there is no stencil attachment

fixes dEQP-VK.pipeline.*.stencil.no_stencil_att.dynamic_rendering.*

fixes #10990

cc: mesa-stable

Merge request reports