summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
AgeCommit message (Expand)Author
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2009-01-10gallium: s/false/FALSE/Brian Paul
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-29gallium: grow SPE instruction buffer as neededBrian Paul
2008-10-10cell: add emit_RI10s() which does range checking on the 10-bit signed immedia...Brian Paul
2008-10-10cell: additional 'offset' checking in spe_lqd(), spe_stqd()Brian Paul
2008-10-10cell: fix assertions in spe_lqd(), spe_stqd()Brian Paul
2008-10-10CELL: fixing stencil bugsRobert Ellison
2008-10-09cell: fix incorrect bitmask in spe_load_uint()Brian Paul
2008-10-08cell: implement function calls from shader code. fslight demo runs now.Brian Paul
2008-10-08gallium: asst. clean-upsBrian Paul
2008-10-08gallium: better instruction printing for SPE codeBrian Paul
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-09-19cell: use different opcodes for spe_move() depending on even/odd addressBrian 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-15gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul
2008-09-15Fixed emit_RRRJonathan White
2008-09-12gallium: added print/dump code to SPE code emitterBrian Paul
2008-09-12gallium: added spe_splat_word()Brian Paul
2008-09-12gallium: minor optimization to spe_load_int()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-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-03-25cell: Float convert-to and convert-from instructions use different shift biasIan Romanick
2008-03-17cell: Don't free NULL code pointersIan Romanick
2008-03-17cell: Fix simple register allocatorIan 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