ir_to_mesa: Produce multiple scalar ops when required to produce vec4s.
[mesa.git] / ir_to_mesa.cpp
2010-06-24 Eric Anholtir_to_mesa: Produce multiple scalar ops when required...
2010-06-24 Eric Anholtir_to_mesa: Get temps allocated at the right times.
2010-06-24 Eric Anholtir_to_mesa: Make the first temp index we use 1 to show...
2010-06-24 Eric Anholtir_to_mesa: Print out the ir along with the Mesa IR.
2010-06-24 Eric Anholtir_to_mesa: Fix up src reg swizzling.
2010-06-24 Eric Anholtir_to_mesa: Remove dead code from when this was an...
2010-06-24 Eric Anholtir_to_mesa: Fill in more bits of dest resg.
2010-06-24 Eric Anholtir_to_mesa: Print out the resulting program.
2010-06-24 Eric Anholtir_to_mesa: Start building GLSL IR to Mesa IR conversion.