Re: [Mesa-dev] [PATCH 2/2] i965: Make the dummy fragment shader work in SIMD16 mode.

2012-02-18 Thread Eric Anholt
On Sat, 18 Feb 2012 13:16:04 -0800, Kenneth Graunke wrote: > If you're resorting to the dummy shader, you've probably already turned > off SIMD16 mode. But if you didn't, it would die in a fire. > > We could either fail to compile in SIMD16 mode...or just fix it. > > Signed-off-by: Kenneth Gra

[Mesa-dev] [PATCH 2/2] i965: Make the dummy fragment shader work in SIMD16 mode.

2012-02-18 Thread Kenneth Graunke
If you're resorting to the dummy shader, you've probably already turned off SIMD16 mode. But if you didn't, it would die in a fire. We could either fail to compile in SIMD16 mode...or just fix it. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 12 +++---