Re: [Mesa-dev] [PATCH 4/7] i965/nir: Remove unused indirect handling

2015-11-23 Thread Matt Turner
On Mon, Nov 23, 2015 at 6:11 PM, Jason Ekstrand wrote: > 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

Re: [Mesa-dev] [PATCH 4/7] i965/nir: Remove unused indirect handling

2015-11-23 Thread Jason Ekstrand
On Nov 23, 2015 20:51, "Matt Turner" wrote: > > On Mon, Nov 23, 2015 at 6:11 PM, Jason Ekstrand wrote: > > 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

[Mesa-dev] [PATCH 4/7] i965/nir: Remove unused indirect handling

2015-11-23 Thread Jason Ekstrand
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. --- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 44