aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_per_fragment_op.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-631/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* cell: Rename pipe formats.José Fonseca2010-03-011-9/+9
* cell: fix the usual cell breakageMarc Dietrich2010-02-081-18/+18
* cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2009-02-071-1/+1
* CELL: two-sided stencil fixesRobert Ellison2008-11-111-2/+1
* cell: propogate blend color to SPUs for the fallback fragment ops codeBrian Paul2008-10-151-9/+66
* cell: fix/add some fallback blend casesBrian Paul2008-10-151-3/+46
* CELL: changes to generate SPU code for stencilingRobert Ellison2008-10-031-9/+10
* cell: implement colormask on fallback pathBrian Paul2008-09-121-54/+110
* cell: more comments, stub code for colormask/logicop/etcBrian Paul2008-09-111-37/+70
* cell: begin new blending code (both codegen and fallback paths)Brian Paul2008-09-111-24/+208
* cell: remove old per-fragment code, replace with all new codeBrian Paul2008-09-111-212/+24
* cell: checkpoint commit of new per-fragment processingBrian Paul2008-09-111-2/+229
* cell: minor change to Z float/int conversion code (avoid switch)Brian Paul2008-09-111-21/+13
* cell: comments, etc.Brian Paul2008-09-111-14/+30
* cell: replace assert() with special spu ASSERT() macroBrian Paul2008-09-031-2/+2
* cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORMIan Romanick2008-03-181-3/+2
* cell: Fix depth read / write for s8z24.Ian Romanick2008-03-181-2/+23
* cell: Initial code-gen for alpha / stencil / depth testingIan Romanick2008-03-171-0/+191