Re: [Mesa-dev] [PATCH 06/10] i965/fs: Add LINTERP's src0 to fs_inst::regs_read().

2015-04-17 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Tue, Apr 14, 2015 at 4:15 PM, Matt Turner wrote: > LINTERP's src0 is PLN's src1, and PLN's src1 reads exec_size / 4 > registers. > > Having that information lets us drop the delta_x/y special case code in > split_virtual_grfs(). > --- > src/mesa/drivers/dri/i965/b

[Mesa-dev] [PATCH 06/10] i965/fs: Add LINTERP's src0 to fs_inst::regs_read().

2015-04-14 Thread Matt Turner
LINTERP's src0 is PLN's src1, and PLN's src1 reads exec_size / 4 registers. Having that information lets us drop the delta_x/y special case code in split_virtual_grfs(). --- src/mesa/drivers/dri/i965/brw_fs.cpp | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src