scons: Fix cross-compilation.
[mesa.git] / src / glsl / loop_unroll.cpp
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-10 Luca Barbieriglsl: Unroll loops with conditional breaks anywhere...
2010-12-10 Kenneth Graunkeglsl: Consider the "else" branch when looking for loop...
2010-12-10 Kenneth Graunkeglsl: Clean up code by adding a new is_break() function.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Luca Barbieriloop_unroll: unroll loops with (lowered) breaks
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling