i965/nir: Remove unused indirect handling
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 Nov 2015 05:07:45 +0000 (21:07 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 8 Dec 2015 05:51:23 +0000 (21:51 -0800)
commit22c273de2b97743587310f7bbf66767191bde866
tree034eb4c2551bdb02ff8a489e672dd9731812d58f
parentabb569ca18db159ae3e4c4b51d01e5a8b3215e04
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>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp