d9bdffa708
Replace the aux_usage field with two booleans: one for render compression and one for media compression. This more accurately describes how CCS_E is used on gfx12. On those platforms, the FCV feature may be enabled or disabled, but ISL's modifier table has been using the FCV aux-usage for every gfx12 render compression modifier. Instead, set the newly-added render compression boolean to true. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24120>