summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-30r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructionsTom Stellard1-1/+1
2011-04-30r300/compiler: rc_reader_data: Add ExitOnAbort flagTom Stellard1-0/+1
2011-04-30r300/compiler: Add more info to struct rc_readerTom Stellard1-1/+1
2011-04-15Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"Marek Olšák1-2/+1
2011-04-06r300/compiler: Don't try to convert RGB to Alpha in full instructionsTom Stellard1-1/+2
2011-02-11r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard1-6/+0
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard1-5/+6
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák1-1/+1
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard1-7/+10
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard1-17/+293
2010-11-21r300/compiler: Fix instruction scheduling within IF blocksTom Stellard1-17/+20
2010-11-04r300/compiler: Move declaration before code.Vinson Lee1-2/+3
2010-10-18r300/compiler: Fix incorrect assumptionTom Stellard1-3/+3
2010-10-18r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard1-117/+102
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-8/+16
2010-09-28r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard1-0/+6
2010-09-20r300/compiler: Refactor the pair instruction data structuresTom Stellard1-4/+4
2010-09-10r300/compiler: Add peephole optimization for the 'add' presubtract operationTom Stellard1-16/+42
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-1/+157
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-1/+2
2010-07-08r300/compiler: Fix scheduling of TEX instructions.Tom Stellard1-19/+67
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle1-2/+2
2009-10-06r300/compiler: Fix regression in pair schedulingNicolai Hähnle1-3/+25
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle1-1/+1
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-0/+479