summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c
AgeCommit message (Expand)Author
2011-02-11r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard
2010-11-21r300/compiler: Fix instruction scheduling within IF blocksTom Stellard
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-10-18r300/compiler: Fix incorrect assumptionTom Stellard
2010-10-18r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-28r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard
2010-09-20r300/compiler: Refactor the pair instruction data structuresTom Stellard
2010-09-10r300/compiler: Add peephole optimization for the 'add' presubtract operationTom Stellard
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák
2010-07-08r300/compiler: Fix scheduling of TEX instructions.Tom Stellard
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle
2009-10-06r300/compiler: Fix regression in pair schedulingNicolai Hähnle
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle