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_pair_regalloc.c
Age
Commit message (
Expand
)
Author
2010-11-24
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-24
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-21
r300/compiler: Fix register allocator's handling of loops
Tom Stellard
2010-09-29
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-04
r300/compiler: Remove stray break statement
Tom Stellard
2010-09-04
r300/compiler: allocate at least FS inputs if register allocation is disabled
Marek Olšák
2010-09-04
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
r300/compiler: remove a redundant parameter in rc_pair_regalloc
Marek Olšák
2010-08-11
r300/compiler: Handle loops in the register allocator.
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
2010-01-06
Make sure we use only signed/unsigned ints with bitfields.
Michal Krol
2009-10-06
r300/compiler: Fix yet another regression in register allocation
Nicolai Hähnle
2009-10-04
r300/compiler: Refactor the radeon_pair code to support control flow instruct...
Nicolai Hähnle