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
/
r500_fragprog.c
Age
Commit message (
Expand
)
Author
2010-09-29
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-04
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-08-04
r300/compiler: Remove unnecessary header.
Vinson Lee
2010-08-03
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-07-03
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
r300/compiler: Print debug info for flow control instructions.
Tom Stellard
2010-04-16
r300/compiler: Split off texture fixes to their own file.
Corbin Simpson
2010-04-16
r300/compiler: fix repeat wrap mode for TXP and NPOTs
Marek Olšák
2010-04-15
r300/compiler: kill off RC_WRAP_CLAMP
Marek Olšák
2010-04-12
r300/compiler: Comment code, add much better mirror maths.
Corbin Simpson
2010-04-11
r300/compiler: Implement texcoord repeat and mirror for NPOT.
Corbin Simpson
2010-04-03
r300 compiler: add target output debugging.
Dave Airlie
2010-02-10
r300/compiler: r500-fs: Properly set HW register swizzles.
Corbin Simpson
2009-10-04
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
r300/compiler: Introduce aluresult register for branch operation support
Nicolai Hähnle
2009-09-06
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-08-30
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor nqssadce to use rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Cleanup source conflict handling
Nicolai Hähnle
2009-07-27
r300: Further reduce dependency between compiler and classic driver
Nicolai Hähnle
2009-07-27
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle