Merge branch 'lp-offset-twoside'
[mesa.git] / src / mesa / drivers / dri / r300 / compiler / radeon_optimize.c
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Tom Stellardr300/compiler: Use presubtract operations as much as...
2010-11-22 Tom Stellardr300/compiler: Track readers through branches in rc_get...
2010-11-22 Tom Stellardr300/compiler: Add rc_get_readers()
2010-11-22 Tom Stellardr300/compiler: Make sure presubtract sources use suppor...
2010-10-31 Tom Stellardr300/compiler: Don't clobber presubtract sources during...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Tom Stellardr300/compiler: Use rc_get_readers_normal() for presubtr...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Tom Stellardr300/compiler: Add a new function for more efficient...
2010-10-19 Tom Stellardr300/compiler: Clear empty registers after constant...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-28 Marek Olšákr300/compiler: do not use copy propagation if SaturateM...
2010-09-25 Tom Stellardr300/compiler: Fix two mistakes in the presubtract...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-04 Marek Olšákr300/compiler: fix handling of indexed temporaries...
2010-09-04 Marek Olšákr300/compiler: make optimizations not use 0.5 swizzles...
2010-09-04 Marek Olšákr300/compiler: refactor fragment shader compilation
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Tom Stellardr300/compiler: r500 hw support for break and continue...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-03 Tom Stellardr300/compiler: Don't continue copy propagation inside...
2010-07-03 Tom Stellardr300/compiler: In the peephole optimizer, ELSE should...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Nicolai Hähnler300/compiler: Implement constant folding
2010-05-16 Tom Stellardr300/compiler: fix peephole optimizer
2010-05-16 Nicolai Hähnler300/compiler: Implement simple peephole optimizer