i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
authorJordan Justen <jordan.l.justen@intel.com>
Fri, 20 Feb 2015 20:12:25 +0000 (12:12 -0800)
committerJordan Justen <jordan.l.justen@intel.com>
Sat, 21 Feb 2015 19:40:53 +0000 (11:40 -0800)
commit49a938a265f5959c9b558995cc658f80acb6eb18
treedeca213db3b88b9ceb7300e3351adce5d07b3d1d
parent17fbd854e03a569d71885e54a98dab45bfa6b897
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data

The brw_imm_ud will yield a HW_REG which then will introduce a barrier
for certain optimization opportunities.

No piglit regressions seen with gen8 (simd8vs).

Suggested-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp