Skip to content

nouveau: Align tlsBase to 128-bits in RegAlloc

M Henning requested to merge mhenning/mesa:align-tlsbase-2 into main

Without this, 128-bit or 64-bit register spills can generate unaligned loads and stores.

Fixes glsl-1.50/execution/variable-indexing/gs-input-array-vec3-index-rd with NV50_PROG_USE_NIR=1

Merge request reports