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
/
r500_fragprog_emit.c
Age
Commit message (
Expand
)
Author
2008-08-17
r5xx: Add DDX and DDY instructions.
Corbin Simpson
2008-07-12
r500_fragprog: Major refactoring of final emit
Nicolai Haehnle
2008-07-12
r500: Add "Not quite SSA" and dead code elimination pass
Nicolai Haehnle
2008-07-12
r500_fragprog: Transform trigonometric functions in first pass
Nicolai Haehnle
2008-07-06
r500_fragprog: Fix RSQ with negative parameters
Nicolai Haehnle
2008-07-06
r300: Translate fragment program DST in radeon_program_alu
Nicolai Haehnle
2008-07-06
r300: Translate fragment program LRP in radeon_program_alu.c
Nicolai Haehnle
2008-07-06
r300: Allow adding parameters during fragprog transform, share LIT code
Nicolai Haehnle
2008-07-05
r500: Major refactoring of fragment program emit
Nicolai Haehnle
2008-07-05
r300: Remove clause stuff for now in favour of a cloned generic gl_program
Nicolai Haehnle
2008-07-05
r500_fragprog: Cleanup some unused variables and code.
Nicolai Haehnle
2008-07-05
r500: Fix a mixup in fragment program LRP instruction emit
Nicolai Haehnle
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-14
r5xx: Enable fragment.position, partial ARB_shadow.
Corbin Simpson
2008-06-14
r5xx: Detangle FP fallback and translation switches.
Corbin Simpson
2008-06-14
r5xx: More FP rewriting; fix texrect FP insts.
Corbin Simpson
2008-06-14
r5xx: New FP code, take two.
Corbin Simpson