Skip to content

radv: Disable FMASK & CMASK compression on draws in GENERAL layout.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:fmask-expand-fix into master

If it is uncompressed it should stay uncompressed.

I think there might be various improvements to the entire thing based on whether STORAGE is enabled and whether we are using TC compatible CMASK, but let's do the simplest thing here, since this is a bugfix.

Fixes: 96063100 "radv: enable shaderStorageImageMultisample feature on GFX8+" Closes: #3219 (closed)

Merge request reports