Re: [Mesa-dev] [PATCH 2/2] i965: Stop doing remapping of "special" regs.

2014-05-09 Thread Kenneth Graunke
On 05/06/2014 03:47 PM, Eric Anholt wrote: > Now that we aren't using pixel_[xy] in live variables, nothing is looking > at these regs after the visitor stage. > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 37 > > 1 file changed, 37 deletions(-) > > diff --g

Re: [Mesa-dev] [PATCH 2/2] i965: Stop doing remapping of "special" regs.

2014-05-09 Thread Matt Turner
On Tue, May 6, 2014 at 3:47 PM, Eric Anholt wrote: > Now that we aren't using pixel_[xy] in live variables, nothing is looking > at these regs after the visitor stage. > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 37 > > 1 file changed, 37 deletions(-) > >

[Mesa-dev] [PATCH 2/2] i965: Stop doing remapping of "special" regs.

2014-05-06 Thread Eric Anholt
Now that we aren't using pixel_[xy] in live variables, nothing is looking at these regs after the visitor stage. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 37 1 file changed, 37 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/driver