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
/
gallium
/
drivers
/
cell
/
spu
/
spu_per_fragment_op.c
Age
Commit message (
Expand
)
Author
2009-02-07
cell: compile fix: alpha.ref is now alpha.ref_value
Brian Paul
2008-11-11
CELL: two-sided stencil fixes
Robert Ellison
2008-10-15
cell: propogate blend color to SPUs for the fallback fragment ops code
Brian Paul
2008-10-15
cell: fix/add some fallback blend cases
Brian Paul
2008-10-03
CELL: changes to generate SPU code for stenciling
Robert Ellison
2008-09-12
cell: implement colormask on fallback path
Brian Paul
2008-09-11
cell: more comments, stub code for colormask/logicop/etc
Brian Paul
2008-09-11
cell: begin new blending code (both codegen and fallback paths)
Brian Paul
2008-09-11
cell: remove old per-fragment code, replace with all new code
Brian Paul
2008-09-11
cell: checkpoint commit of new per-fragment processing
Brian Paul
2008-09-11
cell: minor change to Z float/int conversion code (avoid switch)
Brian Paul
2008-09-11
cell: comments, etc.
Brian Paul
2008-09-03
cell: replace assert() with special spu ASSERT() macro
Brian Paul
2008-03-18
cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
Ian Romanick
2008-03-18
cell: Fix depth read / write for s8z24.
Ian Romanick
2008-03-17
cell: Initial code-gen for alpha / stencil / depth testing
Ian Romanick