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_dataflow.c
Age
Commit message (
Expand
)
Author
2010-11-23
r300/compiler: Don't allow presubtract sources to be remapped twice
Tom Stellard
2010-11-21
r300/compiler: Use presubtract operations as much as possible
Tom Stellard
2010-11-21
r300/compiler: Track readers through branches in rc_get_readers()
Tom Stellard
2010-11-21
r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()
Tom Stellard
2010-11-21
r300/compiler: Add rc_get_readers()
Tom Stellard
2010-11-04
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-01
r300/compiler: Don't track readers into an IF block.
Tom Stellard
2010-10-18
r300/compiler: Add a new function for more efficient dataflow analysis
Tom Stellard
2010-09-27
r300/compiler: Add more helper functions for iterating through sources
Tom Stellard
2010-09-10
r300/compiler: Enable presubtract sources
Tom Stellard
2010-05-16
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle
2010-04-19
r300/compiler: Implement branch emulation for R300 fragment programs
Nicolai Hähnle
2009-10-06
r300/compiler: Fix a really stupid logic inversion in the generic dataflow code
Nicolai Hähnle
2009-10-04
r300/compiler: Refactor the radeon_pair code to support control flow instruct...
Nicolai Hähnle
2009-10-03
r300/compiler: Introduce control flow instructions and refactor dataflow
Nicolai Hähnle
2009-09-06
r300/compiler: New dataflow structures and passes
Nicolai Hähnle