summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
AgeCommit message (Expand)Author
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
2008-09-12gallium: added print/dump code to SPE code emitterBrian Paul
2008-09-12gallium: added spe_splat_word()Brian Paul
2008-09-12gallium: minor optimization to spe_load_int()Brian Paul
2008-09-12gallium: initial PPC/Altivec codegenBrian Paul
2008-09-11gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul
2008-09-11gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul
2008-09-11gallium: comments, assertions, etcBrian Paul
2008-09-01gallium: include u_pointer,h, not p_pointer.hBrian Paul
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-02rtasm: Use enum sse_cc in sse_cmpps.José Fonseca
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-28rtasm: special case for [ebp]Keith Whitwell
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-24rtasm: add some helpers for calling out from generated codeKeith Whitwell
2008-05-23rtasm: remove debugKeith Whitwell
2008-05-23rtasm: add x87 instructions and debug-check for x87 stack usageKeith Whitwell
2008-05-23rtasm: export debug reg print functionKeith Whitwell
2008-05-23rtasm: remove unused struct memberKeith Whitwell
2008-05-01rtasm: learn another version of pushKeith Whitwell
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell
2008-05-01rtasm: assert stack is fully popped in returnKeith Whitwell
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-27rtasm: Implement x86_retw.José Fonseca
2008-04-21rtasm: debug some missing funcsKeith Whitwell