Skip to content

nir/schedule: add write dep also for shared_atomic

Karol Herbst requested to merge karolherbst/mesa:nir/schedule/fixes into main

Otherwise it might change the order between a load_shared and a shared_atomic on the same location.

Cc: mesa-stable

Merge request reports