aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_gen_fragment.c
Commit message (Expand)AuthorAgeFilesLines
* cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2009-02-071-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-21/+21
* cell: optimize unpack_colors() function, saving 12 cyclesBrian Paul2009-01-111-31/+34
* cell: move color unpacking code into separate functionBrian Paul2009-01-111-76/+89
* cell: re-order the z/stencil fetch/extract/convert instructions for better perfBrian Paul2009-01-111-55/+51
* cell: simplify the 'optional register' codeBrian Paul2009-01-111-62/+50
* cell: asst datatype clean-upsBrian Paul2009-01-111-73/+75
* cell: move depth/stencil code into separate functionBrian Paul2009-01-111-179/+213
* cell: clean-up, re-indent, commentsBrian Paul2009-01-111-95/+139
* CELL: use variant-length fragment ops programsRobert Ellison2008-11-211-3/+4
* CELL: fix stencil test bugsRobert Ellison2008-11-121-11/+14
* CELL: two-sided stencil fixesRobert Ellison2008-11-111-179/+60
* CELL: fix several stencil problemsRobert Ellison2008-11-071-87/+66
* CELL: fix use of stencil value maskRobert Ellison2008-10-301-42/+112
* CELL: stencil bug fixesRobert Ellison2008-10-301-6/+19
* CELL: fixing stencil bugsRobert Ellison2008-10-101-18/+70
* cell: more accurate commentsBrian Paul2008-10-091-5/+6
* CELL: changes to generate SPU code for stencilingRobert Ellison2008-10-031-96/+785
* cell: remove unneeded blend/depth_stencil subclassesBrian Paul2008-09-261-3/+2
* cell: inst reorder to save a cycleBrian Paul2008-09-261-1/+1
* CELL: fix colormask code generationRobert Ellison2008-09-231-83/+78
* cell: flesh out support for other Z/stencil formatBrian Paul2008-09-191-36/+64
* cell: fix a commentBrian Paul2008-09-191-1/+1
* cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul2008-09-191-2/+2
* CELL: add codegen for logic op, color maskRobert Ellison2008-09-191-6/+137
* CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-181-217/+329
* cell: example of doing fs/fm sequence with fnms in blendingBrian Paul2008-09-171-0/+18
* cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-1/+12
* CELL: fleshing out the blending fragment opsRobert Ellison2008-09-171-12/+260
* cell: minor improvements to fragment code-genBrian Paul2008-09-111-3/+11
* cell: put cell_ prefix on gen_fragment_function()Brian Paul2008-09-111-2/+2
* cell: fix typos in blend code-genBrian Paul2008-09-111-3/+3
* cell: begin new blending code (both codegen and fallback paths)Brian Paul2008-09-111-44/+376
* cell: checkpoint commit of new per-fragment processingBrian Paul2008-09-111-0/+530