summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/Makefile
Commit message (Expand)AuthorAgeFilesLines
* r300c/compiler: remove the compiler tooMarek Olšák2011-10-281-99/+0
* r300g: Fix non-dri buildsTom Stellard2011-05-281-1/+4
* r300/compiler: Add simple unit test frameworkTom Stellard2011-05-111-0/+3
* r300/compiler: Rewrite register allocatorTom Stellard2011-04-301-0/+3
* r300/compiler: Add remove dead sources passTom Stellard2011-04-301-0/+1
* Revert "r300/compiler: Remove obsolete compiler passes"Tom Stellard2011-04-021-0/+1
* r300/compiler: Remove obsolete compiler passesTom Stellard2011-03-311-1/+0
* r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard2010-10-181-0/+1
* r300/compiler: implement elimination of unused constantsMarek Olšák2010-08-251-0/+1
* r300/compiler: Add a register rename pass.Tom Stellard2010-07-081-0/+1
* r300/compiler: Implement simple loop emulationTom Stellard2010-06-111-0/+1
* r300/compiler: Implement simple peephole optimizerNicolai Hähnle2010-05-161-0/+1
* r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle2010-04-191-0/+1
* r300/compiler: Split off texture fixes to their own file.Corbin Simpson2010-04-161-0/+1
* r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle2009-10-041-0/+3
* r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-031-2/+1
* r300/compiler: New dataflow structures and passesNicolai Hähnle2009-09-061-2/+6
* r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-0/+1
* r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle2009-07-271-0/+1
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-0/+1
* r300: Move vertex program compilation to compilerNicolai Hähnle2009-07-271-0/+1
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-0/+1
* r300/compiler: Compile the compiler seperately into an archiveNicolai Hähnle2009-07-271-0/+71