aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Fix scheduler bug causing texture corruptionTom Stellard2011-10-271-6/+35
* r300/compiler: Try to eliminate REPL_ALPHA instructionsTom Stellard2011-10-161-33/+57
* r300/compiler: More agressive RGB to Alpha conversionsTom Stellard2011-10-161-8/+10
* r300/compiler: Only convert RGB->Alpha when optimizations are enabledTom Stellard2011-10-161-0/+7
* r300/compiler: Implement the texture semaphoreTom Stellard2011-10-141-42/+286
* r300/compiler: Don't pair output writes with GPR writes in the schedulerTom Stellard2011-10-141-0/+7
* r300/compiler: Allow merged instructions to be scheduled on demandTom Stellard2011-10-141-50/+99
* r300/compiler: Add support for the output modifier (OMOD)Tom Stellard2011-09-161-0/+2
* r300g: copy the compiler from r300cMarek Olšák2011-07-261-0/+1010