Skip to content

gallivm/ssbo: fix up dynamic indexed ssbo load/stores/atomics

Dave Airlie requested to merge airlied/mesa:lavapipe-dynamic-index-ssbo into main

Although the index has to be dynamically uniform, if we don't ever execute a few lanes then we'll have 0, so it important to read the ssbo index from the first active lane.

Just loop over them all.

Edited by Dave Airlie

Merge request reports