aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/radeon_dataflow_deadcode.c
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák2011-01-231-44/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-5/+9
* r300/compiler: disable deadcode elimination for indexed dst operandsMarek Olšák2010-09-041-0/+14
* r300/compiler: refactor vertex shader compilationMarek Olšák2010-09-041-1/+2
* r300/compiler: remove a redundant parameter in rc_dataflow_deadcodeMarek Olšák2010-09-041-2/+2
* r300/compiler: handle indexable temporaries correctly in deadcode eliminationMarek Olšák2010-08-251-1/+30
* r300/compiler: Implement the CONT opcode.Tom Stellard2010-08-111-1/+1
* 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