Skip to content

aco: remove resource flags

Rhys Perry requested to merge pendingchaos/mesa:aco_remove_res_flags into main

After disabling SMEM stores, nir_opt_access() now does the same analysis and we don't need this anymore. Doing it in isel is also too late if we want to lower descriptor loads in NIR.

Merge request reports