i965/fs: Set force_writemask_all on shader_time instructions.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 8 Mar 2015 07:01:07 +0000 (23:01 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Mar 2015 23:07:03 +0000 (16:07 -0700)
commitef9cc7d0c176669c03130abf576f2b700be39514
treef867cfdede03c7aafadc200026a3e2c3a47674dd
parent7a37d5c3a48c4adec5b5db589b0cb99dc9296f0c
i965/fs: Set force_writemask_all on shader_time instructions.

These computations don't have anything to do with the currently
executing channels, so they should use force_writemask_all.

This fixes assert failures.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86974
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Cc: mesa-stable@lists.freedesktop.org
src/mesa/drivers/dri/i965/brw_fs.cpp