ir_to_mesa: Fix bugs in swizzle handling for scalar operations.
authorEric Anholt <eric@anholt.net>
Thu, 6 May 2010 17:38:40 +0000 (10:38 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:20 +0000 (15:05 -0700)
commit315c638b8cf0a92f9f0a8ee496e77e90e4b66d09
treecc74bafe5e6c8a6cf5541611732a8e69abb0ceeb
parentf30100c19c5f4e95e18c03292947de2dbd9e28cf
ir_to_mesa: Fix bugs in swizzle handling for scalar operations.

Looking at a vec2 / float codegen, the writemasks on the RCPs were wrong and
the swizzle on the multiply by the RCP results was wrong.
ir_to_mesa.cpp