ir_to_mesa: Add support for loops.
[mesa.git] / mesa_codegen.brg
2010-06-24 Eric Anholtir_to_mesa: Add support for ir_if.
2010-06-24 Eric Anholtir_to_mesa: Add support for comparison operations.
2010-06-24 Eric Anholtir_to_mesa: Introduce shorthand for common Mesa IR...
2010-06-24 Eric Anholtir_to_mesa: Add ir_unop_f2i -> OPCODE_TRUNC.
2010-06-24 Eric Anholtir_to_mesa: Add codegen for rsq expression operation.
2010-06-24 Eric Anholtir_to_mesa: Add exp/log expression operations.
2010-06-24 Eric Anholtir_to_mesa: Fix copy'n'paste bug where divide multiplie...
2010-06-24 Eric Anholtir_to_mesa: Handle swizzles on LHS of assignment (write...
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: Fix up the assign rule to use left and...
2010-06-24 Eric Anholtir_to_mesa: Do my best to explain how the codegen rules...
2010-06-24 Eric Anholtir_to_mesa: Start building GLSL IR to Mesa IR conversion.