i965/fs: Allow SIMD16 with control flow on Ivybridge.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 27 Sep 2011 06:57:39 +0000 (23:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Sep 2011 07:52:36 +0000 (00:52 -0700)
commit79cba4c2b17456e2b25ac555c45e1c106b4e3f6b
treea068f6235b56c33115650f7f734169560c5ea9ff
parentb095b683f8451b54cca52593dc331f82844c9c30
i965/fs: Allow SIMD16 with control flow on Ivybridge.

The check was designed to forbid it on old generations (Gen5/Ironlake),
not on new ones.  It just works on Gen7/Ivybridge.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp