i965/fs_inst: Get rid of the effective_width field
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 2 Apr 2015 01:15:42 +0000 (18:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 6 May 2015 17:29:30 +0000 (10:29 -0700)
commit7a75b55a01d355090d186357896e3cb141b9775e
treee4a6a06e0021fe8744d24bb46e5eadd35ea1b7ba
parent41868bb6824c6106a55c8442006c1e2215abf567
i965/fs_inst: Get rid of the effective_width field

The effective_width field was an ill-concieved hack to get around issues in
the LOAD_PAYLOAD instruction.  Now that the LOAD_PAYLOAD instruction is far
more sane, this field can die.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
src/mesa/drivers/dri/i965/brw_ir_fs.h