Skip to content

nv50: Fix tlsSpace alignment

M Henning requested to merge mhenning/mesa:nv50_tls_align into main

Commit d1ff453a added this alignment in the wrong spot - it needs to happen after RA because spilling can increment this 32 bits at a time. Also assert that we align this correctly now.

Merge request reports