summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
AgeCommit message (Expand)Author
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-12cell: move semicolons to silence warnings w/ other compilersBrian Paul
2008-11-12cell: fix typo in EMIT_ macroBrian Paul
2008-10-10cell: add emit_RI10s() which does range checking on the 10-bit signed immedia...Brian Paul
2008-10-08cell: implement function calls from shader code. fslight demo runs now.Brian Paul
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-09-26gallium: SPU register commentsBrian Paul
2008-09-19gallium: added spe_code_size()Brian 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-12gallium: added print/dump code to SPE code emitterBrian Paul
2008-09-12gallium: added spe_splat_word()Brian Paul
2008-09-11gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul
2008-09-11gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul
2008-09-11gallium: comments, assertions, etcBrian Paul
2008-03-25cell: Float convert-to and convert-from instructions use different shift biasIan Romanick
2008-03-10Move SPE register allocator to rtasm codeIan Romanick
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca