Skip to content

freedreno/a6xx: Limit MSAA clear fallback

Rob Clark requested to merge robclark/mesa:fd/msaa-clear into main

It is only the sysmem CP_BLIT path that doesn't really cope well with MSAA clears, but we can still do GMEM. Helps things like webgl aquarium not fall off the LRZ path.

Merge request reports