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_program_alu.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-09-04
r300/compiler: refactor vertex shader compilation
Marek Olšák
2010-08-16
r300/compiler: implement DP2 opcode
Marek Olšák
2010-08-16
r300/compiler: implement SSG opcode
Marek Olšák
2010-08-03
r300/compiler: KILP may not always be inside an IF statement.
Tom Stellard
2010-07-06
r300/compiler: Implement KILP opcode.
Tom Stellard
2010-06-05
r300/compiler: implement SIN+COS+SCS for vertex shaders
Marek Olšák
2010-06-05
r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
r300/compiler: implement SFL for vertex shaders
Marek Olšák
2010-05-26
r300/compiler: implement SGT+SLE opcodes
Marek Olšák
2010-05-26
r300/compiler: shorten swizzle expressions
Marek Olšák
2010-05-08
r300/compiler: shorten RC_*SWIZZLE* expressions
Marek Olšák
2010-05-08
r300/compiler: fix LIT instruction case 0^0 = 1
Marek Olšák
2010-04-19
r300/compiler: lower CEIL
Marek Olšák
2010-04-19
r300/compiler: optimize CMP for vertex shaders a bit
Marek Olšák
2010-03-26
r300/compiler: Lower CMP for vertex programs.
Corbin Simpson
2010-01-03
r300: Use C-style comments.
Vinson Lee
2009-11-22
r300: fix SIN/COS/SCS instructions for R300 fp
Maciej Cencora
2009-10-04
r300/compiler Add support for more of the Sxx set instructions
Nicolai Hähnle
2009-10-04
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-09-21
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-20
r300/compiler: Fix trig instructions in R300 fp
Nicolai Hähnle
2009-08-30
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-25
radeon: Fix all compiler warnings.
Pauli Nieminen
2009-07-27
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Use generic transforms and throw away unneeded code
Nicolai Hähnle
2009-07-27
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle