i965/vs: Respect the gen6 limitation that math opcodes can't be align16.
authorEric Anholt <eric@anholt.net>
Tue, 9 Aug 2011 18:00:28 +0000 (11:00 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Aug 2011 20:04:43 +0000 (13:04 -0700)
commit250770b74d33bb8625c780a74a89477af033d13a
tree3f64809914f53e516c75e8c77ed0037c405baae9
parent6408b0295f5c8be6fea891a025d79752484721b6
i965/vs: Respect the gen6 limitation that math opcodes can't be align16.

Fixes vs-acos-vec3 and friends.
src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp