Skip to content

radv/gfx10: Enable DCC for storage images.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:dcc into master

As it says in the title. Roughly 3 parts:

  • Use input attachments to detect renderloops instead of LAYOUT_GENERAL
  • Allow compute DCC decompress to disable the compression on its store descriptor.
  • Enable DCC for storage images.

Merge request reports