Skip to content

Draft: anv: Transition stencil buffer when layout is UNDEFINED/PREINITIALIZED

Sagar Ghuge requested to merge sagarghuge/mesa:review/stencil_transition into main

What does this MR do and why?

Stencil buffer transition should happen when it's in UNDEFINED/PREINITIALIZED layout.

When we support implicit CCS, we need to make sure that we invalidate the AUX TT entry while doing the transition.

Merge request reports