i965/nir: Remove unused indirect handling
The one and only place where the FS backend allows reladdr is on uniforms. For locals, inputs, and outputs, we lower it away before the backend ever sees it. This commit gets rid of the dead indirect handling code. Cc: "11.0" <mesa-stable@lists.freedesktop.org> Reviewed-by:Kenneth Graunke <kenneth@whitecape.org> (cherry picked from commit 22c273de) [Emil Velikov: squash trivial conflicts] Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> Conflicts: src/mesa/drivers/dri/i965/brw_fs_nir.cpp
Loading
Please register or sign in to comment