aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/radeon_dataflow_deadcode.c
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: r500 hw support for break and continue in loops.Tom Stellard2010-08-031-1/+38
* r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard2010-07-031-0/+4
* r300/compiler: Handle loops in deadcode analysis.Tom Stellard2010-07-031-23/+52
* r300/compiler: Use memory_pool_array_reserve in deadcode eliminationNicolai Hähnle2010-04-191-13/+2
* r300/compiler: Fix texture instruction readmasks.Corbin Simpson2010-04-161-3/+3
* r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle2009-10-041-1/+1
* r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-041-16/+16
* r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle2009-10-041-12/+54
* r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-031-0/+253