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
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 +++---