Skip to content

freedreno/a6xx: more early-z

Rob Clark requested to merge robclark/mesa:wip/moar-early-z into master

Technically we only have to do late-z in the alpha-test or discard case if depth-write is enabled. If depth write is disabled, the depth read / test / conditional-write interlock that we need to emulate is not a problem, so we can still use early-z test.

Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports