summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_gen_fragment.c
AgeCommit message (Expand)Author
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-01cell: Rename pipe formats.José Fonseca
2010-02-12cell: remove unused varBrian Paul
2010-02-12cell: re-fix undeclared varBrian Paul
2010-02-12cell: declare stencil_value variableBrian Paul
2010-02-11cell: adapt to stencil ref changesRoland Scheidegger
2010-01-25cell: adapt to blend changesRoland Scheidegger
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-11cell: optimize unpack_colors() function, saving 12 cyclesBrian Paul
2009-01-11cell: move color unpacking code into separate functionBrian Paul
2009-01-11cell: re-order the z/stencil fetch/extract/convert instructions for better perfBrian Paul
2009-01-11cell: simplify the 'optional register' codeBrian Paul
2009-01-11cell: asst datatype clean-upsBrian Paul
2009-01-11cell: move depth/stencil code into separate functionBrian Paul
2009-01-11cell: clean-up, re-indent, commentsBrian Paul
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-12CELL: fix stencil test bugsRobert Ellison
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-11-07CELL: fix several stencil problemsRobert Ellison
2008-10-30CELL: fix use of stencil value maskRobert Ellison
2008-10-30CELL: stencil bug fixesRobert Ellison
2008-10-10CELL: fixing stencil bugsRobert Ellison
2008-10-09cell: more accurate commentsBrian Paul
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-09-26cell: remove unneeded blend/depth_stencil subclassesBrian Paul
2008-09-26cell: inst reorder to save a cycleBrian Paul
2008-09-23CELL: fix colormask code generationRobert Ellison
2008-09-19cell: flesh out support for other Z/stencil formatBrian Paul
2008-09-19cell: fix a commentBrian Paul
2008-09-19cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul
2008-09-19CELL: add codegen for logic op, color maskRobert Ellison
2008-09-18CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison
2008-09-17cell: example of doing fs/fm sequence with fnms in blendingBrian Paul
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-17CELL: fleshing out the blending fragment opsRobert Ellison
2008-09-11cell: minor improvements to fragment code-genBrian Paul
2008-09-11cell: put cell_ prefix on gen_fragment_function()Brian Paul
2008-09-11cell: fix typos in blend code-genBrian Paul
2008-09-11cell: begin new blending code (both codegen and fallback paths)Brian Paul
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul