summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_per_fragment_op.c
AgeCommit message (Collapse)Author
2008-03-18cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORMIan Romanick
2008-03-18cell: Fix depth read / write for s8z24.Ian Romanick
Stencil is still broken.
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick
Alpha test is currently broken because all per-fragment testing occurs before alpha is calculated. Stencil test is currently broken because the Z-clear code asserts if there is a stencil buffer.