Skip to content
Snippets Groups Projects
Commit 4bb9c0a2 authored by Emma Anholt's avatar Emma Anholt Committed by Marge Bot
Browse files

nir_to_tgsi: Use the same address reg mappings as GLSL-to-TGSI did.


It turns out r600 has a bunch of expectations about the Dimension being in
ADDR[1].x, and sampler or atomic indirects being in ADDR[2].x.  It's
simpler to just use this static assignment than our dynamic one, anyway.

Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!14360>
parent daf59694
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment