i965/fs: don't pass in ir_texture to emit_texture_*
authorConnor Abbott <connor.abbott@intel.com>
Fri, 1 Aug 2014 23:47:58 +0000 (16:47 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Oct 2014 00:05:14 +0000 (17:05 -0700)
commit7c8f0b7cd9a9a0484496c873390ed7c3c28d5a08
tree3368c17ec2acd2aa76e140064ac580fc77899644
parent4bffcb7e8ecb29bb16890fde581ee7aafc134ccb
i965/fs: don't pass in ir_texture to emit_texture_*

At this point, the only thing it's used for is the opcode.

Signed-off-by: Connor Abbott <connor.abbott@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_fp.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp