Skip to content

nir: Rename scoped_barrier -> barrier

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/rename-barrier into main

Now that non-scoped barriers are gone, the scoped prefix is just noise.

sed + ninja clang-format + fix up spacing for common code.

If you are unhappy that I did not manually change the whitespace of your driver, you need to enable clang-format for it so the formatting would happen automatically.

Merge request reports