Skip to content

Enable MCS compression on ACM

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

What does this MR do and why?

Change includes:

  • Disable auxiliary buffer if MSRT is bound as a texture
  • The full resolve of MCS data by copying compressed surface to uncompressed surface.
  • Disables the CCS compression since we need to manually resolve CCS when MSAA compression is enabled.

Merge request reports