Skip to content

etnaviv: fixes for switching between fast and regular ZS clears

Lucas Stach requested to merge lynxeye/mesa:etnaviv-fix-ts-after-slow-clear into main

df63f188 ("etnaviv: fix separate depth/stencil clears") added the ability to switch between fast and regular clears for ZS surfaces as needed, but missed to take into account some crucial corner cases when toggling between clear types. This MR fixes those cases.

Merge request reports