index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
compiler
/
radeon_optimize.c
Age
Commit message (
Expand
)
Author
2010-10-18
r300/compiler: Add a new function for more efficient dataflow analysis
Tom Stellard
2010-10-18
r300/compiler: Clear empty registers after constant folding
Tom Stellard
2010-09-29
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-28
r300/compiler: do not use copy propagation if SaturateMode is used
Marek Olšák
2010-09-25
r300/compiler: Fix two mistakes in the presubtract optimization pass.
Tom Stellard
2010-09-10
r300/compiler: Reorganize presub_helper()
Tom Stellard
2010-09-10
r300/compiler: Don't use presubtract in TEX instructions
Tom Stellard
2010-09-10
r300/compiler: Fix dataflow bug in presub_helper()
Tom Stellard
2010-09-10
r300/compiler: Fix copy propigation for some presub instructions
Tom Stellard
2010-09-10
r300/compiler: Add peephole optimization for the 'sub' presubtract operation
Tom Stellard
2010-09-10
r300/compiler: Add peephole optimization for the 'add' presubtract operation
Tom Stellard
2010-09-10
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-04
r300/compiler: fix handling of indexed temporaries in peephole
Marek Olšák
2010-09-04
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-08-03
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-07-03
r300/compiler: Don't continue copy propagation inside loops.
Tom Stellard
2010-07-03
r300/compiler: In the peephole optimizer, ELSE should mark the end of a
Tom Stellard
2010-05-19
r300/compiler: Implement constant folding
Nicolai Hähnle
2010-05-16
r300/compiler: fix peephole optimizer
Tom Stellard
2010-05-16
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle