| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cell: additional 'offset' checking in spe_lqd(), spe_stqd() | Brian Paul | 2008-10-10 | 1 | -4/+14 |
* | cell: fix assertions in spe_lqd(), spe_stqd() | Brian Paul | 2008-10-10 | 1 | -2/+2 |
* | CELL: fixing stencil bugs | Robert Ellison | 2008-10-10 | 1 | -2/+2 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 2 | -1/+19 |
|\ |
|
| * | gallium: replace assertion with conditional/recovery code | Brian | 2008-10-06 | 1 | -1/+5 |
| * | rtasm: fix debug build | Keith Whitwell | 2008-10-06 | 1 | -1/+1 |
| * | rtasm: add sse_movntps | Keith Whitwell | 2008-10-03 | 2 | -0/+14 |
| * | rtasm: add prefetch instructions | Keith Whitwell | 2008-10-02 | 2 | -0/+31 |
* | | cell: fix incorrect bitmask in spe_load_uint() | Brian Paul | 2008-10-09 | 1 | -1/+1 |
* | | cell: implement function calls from shader code. fslight demo runs now. | Brian Paul | 2008-10-08 | 2 | -14/+73 |
* | | gallium: asst. clean-ups | Brian Paul | 2008-10-08 | 1 | -11/+17 |
* | | gallium: better instruction printing for SPE code | Brian Paul | 2008-10-08 | 1 | -10/+36 |
* | | CELL: changes to generate SPU code for stenciling | Robert Ellison | 2008-10-03 | 2 | -30/+257 |
* | | rtasm: add prefetch instructions | Keith Whitwell | 2008-10-02 | 2 | -0/+31 |
* | | rtasm: Implement immediate group 1 instructions. Fix SIB emition. | José Fonseca | 2008-09-29 | 2 | -15/+62 |
* | | gallium: SPU register comments | Brian Paul | 2008-09-26 | 1 | -2/+2 |
* | | cell: use different opcodes for spe_move() depending on even/odd address | Brian Paul | 2008-09-19 | 1 | -1/+7 |
* | | gallium: added spe_code_size() | Brian Paul | 2008-09-19 | 2 | -0/+8 |
* | | cell: change spe_complement() to take a src and dst reg, like other instructions | Brian Paul | 2008-09-19 | 2 | -8/+10 |
* | | CELL: add codegen for logic op, color mask | Robert Ellison | 2008-09-19 | 2 | -1/+26 |
* | | CELL: finish fragment ops blending (except for unusual D3D modes) | Robert Ellison | 2008-09-18 | 2 | -1/+48 |
* | | gallium: emit SPU instructions in assembler-compatible syntax | Brian Paul | 2008-09-15 | 1 | -8/+12 |
* | | Fixed emit_RRR | Jonathan White | 2008-09-15 | 1 | -1/+1 |
* | | gallium: added print/dump code to SPE code emitter | Brian Paul | 2008-09-12 | 2 | -25/+113 |
* | | gallium: added spe_splat_word() | Brian Paul | 2008-09-12 | 2 | -0/+29 |
* | | gallium: minor optimization to spe_load_int() | Brian Paul | 2008-09-12 | 1 | -1/+2 |
* | | gallium: initial PPC/Altivec codegen | Brian Paul | 2008-09-12 | 2 | -0/+546 |
|/ |
|
* | gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl... | Brian Paul | 2008-09-11 | 2 | -9/+40 |
* | gallium: assorted additions and fixes to Cell SPE rtasm code | Brian Paul | 2008-09-11 | 2 | -21/+105 |
* | gallium: comments, assertions, etc | Brian Paul | 2008-09-11 | 2 | -13/+43 |
* | gallium: include u_pointer,h, not p_pointer.h | Brian Paul | 2008-09-01 | 1 | -1/+1 |
* | gallium: thread wrapper clean-up | Brian Paul | 2008-08-26 | 1 | -5/+6 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 2 | -2/+2 |
* | rtasm: Use enum sse_cc in sse_cmpps. | José Fonseca | 2008-06-02 | 2 | -2/+2 |
* | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | 2008-05-30 | 1 | -1/+1 |
|\ |
|
| * | rtasm: special case for [ebp] | Keith Whitwell | 2008-05-28 | 1 | -1/+1 |
* | | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | 2008-05-28 | 2 | -17/+195 |
|\| |
|
| * | rtasm: add some helpers for calling out from generated code | Keith Whitwell | 2008-05-24 | 2 | -3/+47 |
| * | rtasm: remove debug | Keith Whitwell | 2008-05-23 | 1 | -2/+0 |
| * | rtasm: add x87 instructions and debug-check for x87 stack usage | Keith Whitwell | 2008-05-23 | 2 | -2/+138 |
| * | rtasm: export debug reg print function | Keith Whitwell | 2008-05-23 | 2 | -11/+12 |
| * | rtasm: remove unused struct member | Keith Whitwell | 2008-05-23 | 1 | -1/+0 |
* | | gallium: Windows CE portability fixes. | José Fonseca | 2008-05-28 | 3 | -4/+8 |
|/ |
|
* | rtasm: learn another version of push | Keith Whitwell | 2008-05-01 | 1 | -2/+9 |
* | rtasm: fix labels after (not so) recent change to allow dynamic fn growth | Keith Whitwell | 2008-05-01 | 2 | -38/+25 |
* | rtasm: assert stack is fully popped in return | Keith Whitwell | 2008-05-01 | 1 | -0/+1 |
* | gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs. | Michal Krol | 2008-04-28 | 2 | -0/+16 |
* | rtasm: Implement x86_retw. | José Fonseca | 2008-04-27 | 2 | -0/+7 |
* | rtasm: debug some missing funcs | Keith Whitwell | 2008-04-21 | 1 | -0/+3 |
* | rtasm: quieten sse_enabled debug | Keith Whitwell | 2008-04-21 | 1 | -1/+10 |