Re: [Mesa-dev] [PATCH 12/17] i965/fs: don't pass in ir_texture to emit_texture_*

2014-10-14 Thread Jason Ekstrand
On Tue, Oct 14, 2014 at 3:03 PM, Jason Ekstrand wrote: > > > On Mon, Oct 13, 2014 at 9:54 PM, Kenneth Graunke > wrote: > >> From: Connor Abbott >> >> At this point, the only thing it's used for is the opcode. >> >> Signed-off-by: Connor Abbott >> Reviewed-by: Kenneth Graunke >> --- >> src/me

Re: [Mesa-dev] [PATCH 12/17] i965/fs: don't pass in ir_texture to emit_texture_*

2014-10-14 Thread Jason Ekstrand
On Mon, Oct 13, 2014 at 9:54 PM, Kenneth Graunke wrote: > From: Connor Abbott > > At this point, the only thing it's used for is the opcode. > > Signed-off-by: Connor Abbott > Reviewed-by: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_fs.h | 6 ++--- > src/mesa/drivers/dri/

[Mesa-dev] [PATCH 12/17] i965/fs: don't pass in ir_texture to emit_texture_*

2014-10-13 Thread Kenneth Graunke
From: Connor Abbott At this point, the only thing it's used for is the opcode. Signed-off-by: Connor Abbott Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.h | 6 ++--- src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 6 ++--- src/mesa/drivers/dri/i965/brw_fs_visit