summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_emulate_loops.c
AgeCommit message (Expand)Author
2010-09-29r300/compiler: Move declaration before code.Vinson Lee
2010-09-28r300/compiler: Don't use rc_error() unless the error is unrecoverableTom Stellard
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák
2010-09-04r300/compiler: refactor vertex shader compilationMarek Olšák
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák
2010-09-04r300/compiler: put emulate_loop_state in radeon_compilerMarek Olšák
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard
2010-08-10r300/compiler: Correctly transform nested loops.Tom Stellard
2010-08-03r300/compiler: Always unroll loops when doing loop emulation.Tom Stellard
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard
2010-08-03r300/compiler: Don't unroll loops with continue or break.Tom Stellard
2010-07-03r300/compiler: Fix loop unrollingTom Stellard
2010-07-03r300/compiler: Correctly calculate the max number of iterations for loops.Tom Stellard
2010-07-03r300/compiler: Handle loops in deadcode analysis.Tom Stellard
2010-06-11r300/compiler: Handle more complex conditionals in loops.Tom Stellard
2010-06-11r300/compiler: Fix warning.Tom Stellard
2010-06-11r300/compiler: Handle SGT and SLE at the beginning of loops.Tom Stellard
2010-06-11r300/compiler: Verify assumptions about opcode types.Tom Stellard
2010-06-11r300/compiler: Unroll loops that decrement the counter.Tom Stellard
2010-06-11r300/compiler: Unroll loops that have a constant number of iterations.Tom Stellard
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard