Remove wrongly repeated words in comments
[mesa.git] / src / gallium / drivers / r300 / compiler / radeon_pair_schedule.c
2012-02-26 Tom Stellardr300/compiler: Schedule KIL instructions before output...
2012-02-26 Tom Stellardr300/compiler: Use the smart scheduler for r300 cards
2011-10-28 Tom Stellardr300/compiler: Fix scheduler bug causing texture corruption
2011-10-17 Tom Stellardr300/compiler: Try to eliminate REPL_ALPHA instructions
2011-10-17 Tom Stellardr300/compiler: More agressive RGB to Alpha conversions
2011-10-17 Tom Stellardr300/compiler: Only convert RGB->Alpha when optimizatio...
2011-10-15 Tom Stellardr300/compiler: Implement the texture semaphore
2011-10-15 Tom Stellardr300/compiler: Don't pair output writes with GPR writes...
2011-10-15 Tom Stellardr300/compiler: Allow merged instructions to be schedule...
2011-09-17 Tom Stellardr300/compiler: Add support for the output modifier...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-26 Marek Olšákr300g: copy the compiler from r300c