summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c/compiler: remove the compiler tooMarek Olšák1-706/+0
2011-04-30r300/compiler: Cleanups from the regalloc mergeTom Stellard1-2/+2
2011-04-30r300/compiler: Enable swizzle packing in the allocator for r300 and r400Tom Stellard1-23/+65
2011-04-30r300/compiler: Handle loops in the register allocatorTom Stellard1-14/+12
2011-04-30r300/compiler: Rewrite register allocatorTom Stellard1-220/+522
2010-11-24r300/compiler: Move declaration before code.Vinson Lee1-1/+1
2010-11-24r300/compiler: Move declaration before code.Vinson Lee1-1/+1
2010-11-21r300/compiler: Fix register allocator's handling of loopsTom Stellard1-10/+21
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-1/+2
2010-09-04r300/compiler: Remove stray break statementTom Stellard1-1/+0
2010-09-04r300/compiler: allocate at least FS inputs if register allocation is disabledMarek Olšák1-9/+50
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-1/+2
2010-09-04r300/compiler: remove a redundant parameter in rc_pair_regallocMarek Olšák1-1/+2
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard1-4/+34
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle1-3/+3
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle1-73/+3
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol1-1/+1
2009-10-06r300/compiler: Fix yet another regression in register allocationNicolai Hähnle1-0/+1
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-0/+349