Age | Commit message (Expand) | Author |
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-01-11 | cell: datatype clean-ups in SPE rtasm | Brian Paul |
2009-01-10 | gallium: added comment/annotation support to PPC rtasm | Brian Paul |
2009-01-10 | gallium: s/false/FALSE/ | Brian Paul |
2008-12-30 | rtasm: Remove spurious semi-colons after function bodies. | José Fonseca |
2008-11-21 | CELL: use variant-length fragment ops programs | Robert Ellison |
2008-11-13 | CELL: fix stencil twiddling, stencil invert | Robert Ellison |
2008-11-12 | gallium: add missing prototypes | Brian Paul |
2008-11-12 | cell: move semicolons to silence warnings w/ other compilers | Brian Paul |
2008-11-12 | cell: fix typo in EMIT_ macro | Brian Paul |
2008-11-12 | rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. | Michal Krol |
2008-11-12 | rtasm: Compile only for GALLIUM_CELL. | Michal Krol |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison |
2008-10-29 | gallium: grow SPE instruction buffer as needed | Brian Paul |
2008-10-29 | gallium: no longer pass max_inst to ppc_init_func() | Brian Paul |
2008-10-29 | gallium: use execmem for PPC code, grow instruction buffer as needed | Brian Paul |
2008-10-29 | gallium: fix alignment parameter passed to u_mmAllocMem() | Brian Paul |
2008-10-29 | gallium: prefix memory manager functions with u_ to differentiate from functi... | Brian Paul |
2008-10-29 | gallium: test for PIPE_OS_LINUX instead of __linux__ | Brian Paul |
2008-10-29 | gallium: added ppc_vnmsubfp() | Brian Paul |
2008-10-23 | scons: ppc support. | Michel Dänzer |
2008-10-22 | gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove(). | Brian Paul |
2008-10-22 | gallium: added ppc_vzero() | Brian Paul |
2008-10-22 | gallium: added ppc_vload_float(), for limited cases | Brian Paul |
2008-10-22 | gallium: fix-up confusing register allocation masks in rtasm_ppc.c | Brian Paul |
2008-10-22 | gallium: added ppc_lvewx() | Brian Paul |
2008-10-22 | cell: implement many more PPC instructions for code gen | Brian Paul |
2008-10-10 | cell: add emit_RI10s() which does range checking on the 10-bit signed immedia... | Brian Paul |
2008-10-10 | cell: additional 'offset' checking in spe_lqd(), spe_stqd() | Brian Paul |
2008-10-10 | cell: fix assertions in spe_lqd(), spe_stqd() | Brian Paul |
2008-10-10 | CELL: fixing stencil bugs | Robert Ellison |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-09 | cell: fix incorrect bitmask in spe_load_uint() | Brian Paul |
2008-10-08 | cell: implement function calls from shader code. fslight demo runs now. | Brian Paul |
2008-10-08 | gallium: asst. clean-ups | Brian Paul |
2008-10-08 | gallium: better instruction printing for SPE code | Brian Paul |
2008-10-06 | gallium: replace assertion with conditional/recovery code | Brian |
2008-10-06 | rtasm: fix debug build | Keith Whitwell |
2008-10-03 | CELL: changes to generate SPU code for stenciling | Robert Ellison |
2008-10-03 | rtasm: add sse_movntps | Keith Whitwell |
2008-10-02 | rtasm: add prefetch instructions | Keith Whitwell |
2008-10-02 | rtasm: add prefetch instructions | Keith Whitwell |
2008-09-29 | rtasm: Implement immediate group 1 instructions. Fix SIB emition. | José Fonseca |
2008-09-26 | gallium: SPU register comments | Brian Paul |
2008-09-19 | cell: use different opcodes for spe_move() depending on even/odd address | Brian Paul |
2008-09-19 | gallium: added spe_code_size() | Brian Paul |
2008-09-19 | cell: change spe_complement() to take a src and dst reg, like other instructions | Brian Paul |
2008-09-19 | CELL: add codegen for logic op, color mask | Robert Ellison |