Re: [Mesa-dev] [PATCH 1/2] i965/fs: Allow SIMD16 with control flow on Ivybridge.

2011-09-27 Thread Eric Anholt
On Mon, 26 Sep 2011 23:57:39 -0700, Kenneth Graunke wrote: > 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 > --- > src/mesa/drivers/dri/i965/brw_fs_visitor.cpp |2 +- > 1 files

[Mesa-dev] [PATCH 1/2] i965/fs: Allow SIMD16 with control flow on Ivybridge.

2011-09-26 Thread Kenneth Graunke
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 --- src/mesa/drivers/dri/i965/brw_fs_visitor.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dr