Skip to content

nak: Fix ldg/stg/atomg encoding to use globalmem

M Henning requested to merge mhenning/mesa:ldg_stg_encode into main
nak: Fix ldg/stg/atomg encoding to use globalmem

Previously, we were encoding these as the generic pointer ld/st/atom,
which often works but would likely break if you happened to allocate
a page in the wrong spot.

Merge request reports