Skip to content

anv,iris: Move tile cache flush for depth to before fast clear

Nanley Chery requested to merge nchery/mesa:fix/tile-cache-hiz-ccs-wt into main

The Bspec specifies that a tile cache flush is needed before a fast clear with HIZ_CCS_WT. We do this inconsistently in iris, and not at all in anv (there the flush is done after slow clears). This MR aligns the drivers with the Bspec.

This change is necessary for me to reproduce the fast clear issue described in 5425fcf2.

Edited by Nanley Chery

Merge request reports