ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
authorEric Anholt <eric@anholt.net>
Tue, 4 May 2010 00:08:01 +0000 (17:08 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 4 May 2010 00:09:31 +0000 (17:09 -0700)
commit05a4e59c2410292f595cfe0cc552a86ae69b20d2
treeb87a21bf014ceeec980f8f526eba4d12c53d5b31
parent3bc8b68436ad387cc395d6c0843bbf185d1739d0
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.

Debugging this took forever as I only looked at constructors in ir.cpp
to find who wasn't setting up ->type.  I dislike hiding code (as
opposed to prototypes and definitions) in C++ header files, but in
this case I have only myself to blame.
ir.cpp
ir.h