Age | Commit message (Expand) | Author |
2009-01-11 | cell: datatype clean-ups in SPE rtasm | Brian Paul |
2009-01-10 | gallium: s/false/FALSE/ | Brian Paul |
2008-11-21 | CELL: use variant-length fragment ops programs | Robert Ellison |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison |
2008-10-29 | gallium: grow SPE instruction buffer as needed | 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-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-03 | CELL: changes to generate SPU code for stenciling | Robert Ellison |
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 |
2008-09-18 | CELL: finish fragment ops blending (except for unusual D3D modes) | Robert Ellison |
2008-09-15 | gallium: emit SPU instructions in assembler-compatible syntax | Brian Paul |
2008-09-15 | Fixed emit_RRR | Jonathan White |
2008-09-12 | gallium: added print/dump code to SPE code emitter | Brian Paul |
2008-09-12 | gallium: added spe_splat_word() | Brian Paul |
2008-09-12 | gallium: minor optimization to spe_load_int() | Brian Paul |
2008-09-11 | gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl... | Brian Paul |
2008-09-11 | gallium: assorted additions and fixes to Cell SPE rtasm code | Brian Paul |
2008-09-11 | gallium: comments, assertions, etc | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-03-25 | cell: Float convert-to and convert-from instructions use different shift bias | Ian Romanick |
2008-03-17 | cell: Don't free NULL code pointers | Ian Romanick |
2008-03-17 | cell: Fix simple register allocator | Ian Romanick |
2008-03-10 | Move SPE register allocator to rtasm code | Ian Romanick |
2008-02-19 | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca |