i965/fs: don't use ir->type in emit_texture_gen4()
authorConnor Abbott <connor.abbott@intel.com>
Fri, 1 Aug 2014 23:30:26 +0000 (16:30 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Oct 2014 00:05:05 +0000 (17:05 -0700)
commit4bffcb7e8ecb29bb16890fde581ee7aafc134ccb
tree2cf5853d9507d79538c49f0aa9ee30f6d8ce8c5b
parenteaadc431920fe31b13c11b0c78e7eb2226a920a0
i965/fs: don't use ir->type in emit_texture_gen4()

We already have the type from the original destination.

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_visitor.cpp