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.c
Age
Commit message (
Expand
)
Author
2008-05-15
r500: split output/pixel masks and emit in the correct places
Dave Airlie
2008-05-15
r500: add cmp support in theory
Dave Airlie
2008-05-15
r500: some trivial fixups to get tri working.
Dave Airlie
2008-05-07
r500: for rectangular textures set to unscaled coordinates.
Dave Airlie
2008-05-07
r5xx: Fix FP inputs. (For good?)
Corbin Simpson
2008-05-06
r5xx: Fix false error with DP3/DP4.
Corbin Simpson
2008-05-06
r5xx: Index inputs and temps.
Corbin Simpson
2008-05-06
r5xx: FP: Add OPCODE_TXB.
Corbin Simpson
2008-05-06
r5xx: FP: Make MOV/ABS look pretty.
Corbin Simpson
2008-05-06
r5xx: Emit an OUT instruction at the end of execution.
Corbin Simpson
2008-05-06
r5xx: We update max_temp_idx now, so no need to hard-code it.
Corbin Simpson
2008-05-06
r5xx: Fix typo.
Corbin Simpson
2008-05-06
r5xx: Use max_temp_idx.
Corbin Simpson
2008-05-05
r500: consolidate tex instructions
Dave Airlie
2008-05-05
r500: mov cleanup macros
Dave Airlie
2008-05-05
r500: make tri-param work
Dave Airlie
2008-05-03
r5xx: Fix for loops.
Corbin Simpson
2008-05-03
r5xx: Fix dumb shader.
Corbin Simpson
2008-05-02
r5xx: Fragprog shader now handles TEX/TXP correctly.
Corbin Simpson
2008-05-02
Start of TEX/TXP support.
Corbin Simpson
2008-05-02
Added OPCODE_ABS, slightly fixed ADD/SUB
Corbin Simpson
2008-05-02
Initial r5xx fragment program compiler support.
Corbin Simpson
2008-05-02
r500: fragprog
Dave Airlie