i965/fs: Make swizzle_result() not use ir_texture.
authorConnor Abbott <connor.abbott@intel.com>
Sat, 2 Aug 2014 01:05:37 +0000 (18:05 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Oct 2014 00:05:19 +0000 (17:05 -0700)
commit12d9a8cd86ef758c153dbefcf46bb784c4982335
treeb976339655c3f710ae4f04c1c6ea35684138f2fb
parentcf94dfdb96287d1aa45851ba24762859f65a94ed
i965/fs: Make swizzle_result() not use ir_texture.

Our new IR won't have ir_texture objects.

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