summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
AgeCommit message (Expand)Author
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2009-01-10gallium: added comment/annotation support to PPC rtasmBrian Paul
2009-01-10gallium: s/false/FALSE/Brian Paul
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-12gallium: add missing prototypesBrian Paul
2008-11-12cell: move semicolons to silence warnings w/ other compilersBrian Paul
2008-11-12cell: fix typo in EMIT_ macroBrian Paul
2008-11-12rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL.Michal Krol
2008-11-12rtasm: Compile only for GALLIUM_CELL.Michal Krol
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-29gallium: grow SPE instruction buffer as neededBrian Paul
2008-10-29gallium: no longer pass max_inst to ppc_init_func()Brian Paul
2008-10-29gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul
2008-10-29gallium: fix alignment parameter passed to u_mmAllocMem()Brian Paul
2008-10-29gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul
2008-10-29gallium: test for PIPE_OS_LINUX instead of __linux__Brian Paul
2008-10-29gallium: added ppc_vnmsubfp()Brian Paul
2008-10-23scons: ppc support.Michel Dänzer
2008-10-22gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul
2008-10-22gallium: added ppc_vzero()Brian Paul
2008-10-22gallium: added ppc_vload_float(), for limited casesBrian Paul
2008-10-22gallium: fix-up confusing register allocation masks in rtasm_ppc.cBrian Paul
2008-10-22gallium: added ppc_lvewx()Brian Paul
2008-10-22cell: implement many more PPC instructions for code genBrian 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-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
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-06gallium: replace assertion with conditional/recovery codeBrian
2008-10-06rtasm: fix debug buildKeith Whitwell
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-10-03rtasm: add sse_movntpsKeith Whitwell
2008-10-02rtasm: add prefetch instructionsKeith Whitwell
2008-10-02rtasm: add prefetch instructionsKeith Whitwell
2008-09-29rtasm: Implement immediate group 1 instructions. Fix SIB emition.José Fonseca
2008-09-26gallium: SPU register commentsBrian Paul
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