i965: Make brw_texture_offset() not use ir_texture.
authorConnor Abbott <cwabbott0@gmail.com>
Mon, 4 Aug 2014 22:20:38 +0000 (15:20 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Oct 2014 00:04:50 +0000 (17:04 -0700)
commitfa212c6b985f494f5609ccca1c260a2aa39c684a
tree0dc8db809be8434ce5cdc88447183e5b891bab9c
parenta71455bc992975d11660871b9e46cc88edf16e2e
i965: Make brw_texture_offset() 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_visitor.cpp
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp