Age | Commit message (Expand) | Author |
2009-08-30 | cell: fix compilation | Marc Dietrich |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-01-10 | cell: use tgsi_dump_instruction() instead of spe_comment() | Brian Paul |
2009-01-05 | cell: fix code emit for RSQ/RCP when src arg == dst arg | Brian Paul |
2009-01-04 | cell: initial codegen support for fragment shader loops | Brian Paul |
2009-01-04 | cell: clean-up, improve SPU code generation | Brian Paul |
2008-11-11 | cell: implement NRM3 opcode | Brian Paul |
2008-10-29 | cell: add scalar param to emit_function_call() to indicate scalar function calls | Brian Paul |
2008-10-22 | cell: note that dst reg writing needs clamping | Brian Paul |
2008-10-16 | cell: implement KIL instruction | Brian Paul |
2008-10-16 | cell: clean up various texture-related things | Brian Paul |
2008-10-14 | cell: fall-through case for TGSI_OPCODE_TXB | Brian Paul |
2008-10-10 | cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc) | Brian Paul |
2008-10-10 | cell: pass texture unit (sampler number) to txp() function | Brian Paul |
2008-10-10 | cell: fix function prologue/epilogue code for large stack frames | Brian Paul |
2008-10-10 | cell: fix LERP when dst reg is a src reg | Brian Paul |
2008-10-10 | cell: fix fm/fs copy & paste bug from a few commits ago | Brian Paul |
2008-10-10 | cell: fix bug in emit_FLR() when src reg == dst reg | Brian Paul |
2008-10-10 | cell: fix bug in emit_FRC() when src register == dst register. | Brian Paul |
2008-10-09 | cell: implement basic TXP instruction in fragment shaders | Brian Paul |
2008-10-09 | cell: better immediate value allocation, better comments | Brian Paul |
2008-10-09 | cell: massage the emit functions to get better instruction scheduling | Brian Paul |
2008-10-08 | cell: implement function calls from shader code. fslight demo runs now. | Brian Paul |
2008-10-07 | cell: add support for fragment shader constant buffers | Brian Paul |
2008-10-07 | cell: fix incorrect extended swizzle term code in get_src_reg() | Brian Paul |
2008-10-07 | cell: fix formatting | Brian Paul |
2008-09-26 | cell: checkpoint: more work in emit_function_call() | Brian Paul |
2008-09-26 | cell: checkpoint: support for function calls in SPU shaders | Brian Paul |
2008-09-22 | cell: Fixed bug with absolute, negate, set-negative logic in source fetch for... | Jonathan White |
2008-09-22 | cell: Added TRUNC, SWZ (extended) and XPD instructions, verified against soft... | Jonathan White |
2008-09-22 | cell: Added DPH instruction and verified against softpipe. | Jonathan White |
2008-09-19 | cell: Added FRC instruction | Jonathan White |
2008-09-19 | cell: Added FLR instruction. Verified the following instructions match softp... | Jonathan White |
2008-09-19 | cell: Fixed bugs with DP3 and DP4, they match softpipe results now. | Jonathan White |
2008-09-19 | cell: change spe_complement() to take a src and dst reg, like other instructions | Brian Paul |
2008-09-18 | cell: Added CMP instruction | Jonathan White |
2008-09-18 | cell: Fix bug with complement logic for SGE and SLE | Jonathan White |
2008-09-18 | cell: Added SGE and SLE instructions to dispatch function | Jonathan White |
2008-09-18 | cell: Added SGE and SLE instructions | Jonathan White |
2008-09-16 | cell: Added RCP and RSQ instruction support. | Jonathan White |
2008-09-16 | cell: Added DP3 and DP4 instructions | Jonathan White |
2008-09-16 | cell: Optimized LERP with fma | Jonathan White |
2008-09-16 | cell: Fixed MIN/MAX algorithm | Jonathan White |
2008-09-15 | cell: export CELL_DEBUG=asm to dump SPU assembly code | Brian Paul |
2008-09-15 | cell: Added LERP instruction | Jonathan White |
2008-09-15 | cell: Added support for SLT, SEQ and SNE instructions | Jonathan White |
2008-09-15 | cell: Added support for ABS instruction | Jonathan White |
2008-09-15 | Added support for SUB and MAD instructions | Jonathan White |
2008-09-13 | cell: implement negation, absolute value and set-sign for src regs in code gen | Brian Paul |