Skip to content

ac/nir: Update TCS output barriers with nir_var_mem_shared.

Timur Kristóf requested to merge Venemo/mesa:ac-fix-tcs-barriers into main

Output loads and stores are lowered to shared memory access, so we have to update the barriers to also reflect this.

Merge request reports