aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_per_fragment_op.c
Commit message (Expand)AuthorAgeFilesLines
* 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