Skip to content

nir_to_tgsi: fix shared memory index

Charmaine Lee requested to merge charmainel/mesa:fix-ntt-shared-mem-index into main

The index for shared memory src should be set to TGSI_MEMORY_TYPE_SHARED to match the index used in the declaration.

Fixes spec@arb_compute_shader@execution@shared-atomic* with SVGA driver

/cc @anholt @bhenden

Merge request reports