i965/fs: Determine partial writes based on the destination width
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 30 Aug 2014 00:18:42 +0000 (17:18 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 30 Sep 2014 17:29:14 +0000 (10:29 -0700)
commitfbc0a798eef49c366437014134c59e16c39c7f95
tree40681a5b186de41d6d894a94c2272c24471c363d
parent27d7ef094a55d6aeac22a11f20a9e819af4dd633
i965/fs: Determine partial writes based on the destination width

Now that we track both halves of a 16-wide vgrf, we no longer need to worry
about force_sechalf or force_uncompressed.  The only real issue is if the
destination is too small.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp