Skip to content

freedreno/a6xx: Use LATE_Z with OC + discard

Rob Clark requested to merge robclark/mesa:fd/occlude-fix into main

What does this MR do and why?

freedreno/a6xx: Use LATE_Z with OC + discard

If occlusion query is used, and the FS discards samples, we need to use
LATE_Z in order to get the sample count after the FS.

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

Merge request reports

Loading