summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c
AgeCommit message (Expand)Author
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-21r300/compiler: Fix register allocator's handling of loopsTom Stellard
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-04r300/compiler: Remove stray break statementTom Stellard
2010-09-04r300/compiler: allocate at least FS inputs if register allocation is disabledMarek Olšák
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák
2010-09-04r300/compiler: remove a redundant parameter in rc_pair_regallocMarek Olšák
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2009-10-06r300/compiler: Fix yet another regression in register allocationNicolai Hähnle
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle