summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_per_fragment_op.c
AgeCommit message (Expand)Author
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-01cell: Rename pipe formats.José Fonseca
2010-02-08cell: fix the usual cell breakageMarc Dietrich
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-15cell: propogate blend color to SPUs for the fallback fragment ops codeBrian Paul
2008-10-15cell: fix/add some fallback blend casesBrian Paul
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-09-12cell: implement colormask on fallback pathBrian Paul
2008-09-11cell: more comments, stub code for colormask/logicop/etcBrian Paul
2008-09-11cell: begin new blending code (both codegen and fallback paths)Brian Paul
2008-09-11cell: remove old per-fragment code, replace with all new codeBrian Paul
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul
2008-09-11cell: minor change to Z float/int conversion code (avoid switch)Brian Paul
2008-09-11cell: comments, etc.Brian Paul
2008-09-03cell: replace assert() with special spu ASSERT() macroBrian Paul
2008-03-18cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORMIan Romanick
2008-03-18cell: Fix depth read / write for s8z24.Ian Romanick
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick