Skip to content

etnaviv: fix late Z with MSAA

Lucas Stach requested to merge lynxeye/mesa:etnaviv-fix-msaa-latez into main

On RA_WRITE_DEPTH GPUs the RA stage needs to be told that MSAA is active when the PE Z/S stage is needed. Not sure what it does exactly, but this fixes broken late Z on those GPUs when performing MSAA rendering.

Merge request reports