Skip to content

ac: add support for CMASK address equations on GFX9

Samuel Pitoiset requested to merge hakzsam/mesa:ac_cmask_addr_equation into main

CMASK equations seem similar to DCC on GFX9. They will be used to implement FCE on compute (it's still a prototype at this point though).

Merge request reports