Skip to content

freedreno: Fix gmem invalidating the depth or stencil of packed d/s.

Emma Anholt requested to merge anholt/mesa:fd-ds-gmem-fix into main

The gmem store stores both depth and stencil for z24s8. So, if we're doing a write (clear or draw) to one or the other of the channels, we need the other one restored as well.

Cc: mesa-stable

Merge request reports