Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / mesa / drivers / dri / r300 / compiler / radeon_optimize.c
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Marek Olšákr300/compiler: remove an unused-but-set variable and...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-15 Tom Stellardr300/compiler: Use ALU Result for IF conditionals
2011-05-11 Tom Stellardr300/compiler: Limit instructions to 3 source selects
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-07 Marek Olšákr300/compiler: implement TXD and TXL opcodes
2011-05-01 Marek Olšákr300/compiler: remove set-but-unused variables
2011-04-30 Tom Stellardr300/compiler: rc_reader_data: Add ExitOnAbort flag
2011-04-30 Tom Stellardr300/compiler: Add more info to struct rc_reader
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-16 Tom Stellardr300/compiler: Fix incorrect presubtract conversion
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Marek Olšákr300/compiler: detect constants harder
2011-03-08 Marek Olšákr300/compiler: improve the detection of constants for...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-23 Marek Olšákr300/compiler: remove any code related to relative...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-26 Marek Olšákr300/compiler: add a function for swizzling a mask
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-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-31 Tom Stellardr300/compiler: Don't clobber presubtract sources during...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-28 Tom Stellardr300/compiler: Use rc_get_readers_normal() for presubtr...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
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-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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