Re: [Mesa-dev] [PATCH 02/10] i965/vec4: Get rid of the nir_inputs array

2015-12-03 Thread Jason Ekstrand
On Tue, Dec 1, 2015 at 11:56 PM, Kenneth Graunke wrote: > On Wednesday, November 25, 2015 08:55:54 PM Jason Ekstrand wrote: >> It's not really buying us anything at this point. It's just a way of >> remapping one offset namespace onto another. We can just use the location >> namespace the whole

Re: [Mesa-dev] [PATCH 02/10] i965/vec4: Get rid of the nir_inputs array

2015-12-01 Thread Kenneth Graunke
On Wednesday, November 25, 2015 08:55:54 PM Jason Ekstrand wrote: > It's not really buying us anything at this point. It's just a way of > remapping one offset namespace onto another. We can just use the location > namespace the whole way through. > --- > src/mesa/drivers/dri/i965/brw_nir.c

[Mesa-dev] [PATCH 02/10] i965/vec4: Get rid of the nir_inputs array

2015-11-25 Thread Jason Ekstrand
It's not really buying us anything at this point. It's just a way of remapping one offset namespace onto another. We can just use the location namespace the whole way through. --- src/mesa/drivers/dri/i965/brw_nir.c| 28 src/mesa/drivers/dri/i965/brw_vec4.h