Skip to content

radv: Enable LLVM atomic optimizer.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:atomic-opts into master

Optimizes atomic with uniform location to do a wave reduction and then an atomic in a single thread.

Merge request reports