OSDN Git Service

i965/fs: Don't use ir->coordinate in emit_texture_*.
authorConnor Abbott <connor.abbott@intel.com>
Fri, 1 Aug 2014 22:46:11 +0000 (15:46 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Oct 2014 00:04:58 +0000 (17:04 -0700)
commitcbde5407c99d0bbd58d496d7ce01f5c0b5828d63
tree628392a498dbbd9f66e43632854f8369319a1fd3
parenta8905e8c0908e5ed3f86fa0a8bebeb0cee7ba619
i965/fs: Don't use ir->coordinate in emit_texture_*.

This drops a dependency on 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