Skip to content

compiler/nir: Add memory-semantics/access properties to all atomic operations

Boris Brezillon requested to merge bbrezillon/mesa:atomic-mem-semantics into master

New version only adds the ACCESS/MEMORY_SEMANTICS to atomic ops. The atomic load/store ops will be added in a separate MR.

/cc @jekstrand @cmarcelo @daniels @kusma @jenatali @karolherbst

Edited by Boris Brezillon

Merge request reports