summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm
Commit message (Expand)AuthorAgeFilesLines
...
* | gallium: asst. clean-upsBrian Paul2008-10-081-11/+17
* | gallium: better instruction printing for SPE codeBrian Paul2008-10-081-10/+36
* | CELL: changes to generate SPU code for stencilingRobert Ellison2008-10-032-30/+257
* | rtasm: add prefetch instructionsKeith Whitwell2008-10-022-0/+31
* | rtasm: Implement immediate group 1 instructions. Fix SIB emition.José Fonseca2008-09-292-15/+62
* | gallium: SPU register commentsBrian Paul2008-09-261-2/+2
* | cell: use different opcodes for spe_move() depending on even/odd addressBrian Paul2008-09-191-1/+7
* | gallium: added spe_code_size()Brian Paul2008-09-192-0/+8
* | cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul2008-09-192-8/+10
* | CELL: add codegen for logic op, color maskRobert Ellison2008-09-192-1/+26
* | CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-182-1/+48
* | gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul2008-09-151-8/+12
* | Fixed emit_RRRJonathan White2008-09-151-1/+1
* | gallium: added print/dump code to SPE code emitterBrian Paul2008-09-122-25/+113
* | gallium: added spe_splat_word()Brian Paul2008-09-122-0/+29
* | gallium: minor optimization to spe_load_int()Brian Paul2008-09-121-1/+2
* | gallium: initial PPC/Altivec codegenBrian Paul2008-09-122-0/+546
|/
* gallium: add special cases in spe_load_float(), spe_load_int(), added spe_spl...Brian Paul2008-09-112-9/+40
* gallium: assorted additions and fixes to Cell SPE rtasm codeBrian Paul2008-09-112-21/+105
* gallium: comments, assertions, etcBrian Paul2008-09-112-13/+43
* gallium: include u_pointer,h, not p_pointer.hBrian Paul2008-09-011-1/+1
* gallium: thread wrapper clean-upBrian Paul2008-08-261-5/+6
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-242-2/+2
* rtasm: Use enum sse_cc in sse_cmpps.José Fonseca2008-06-022-2/+2
* Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2008-05-301-1/+1
|\
| * rtasm: special case for [ebp]Keith Whitwell2008-05-281-1/+1
* | Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-282-17/+195
|\ \ | |/
| * rtasm: add some helpers for calling out from generated codeKeith Whitwell2008-05-242-3/+47
| * rtasm: remove debugKeith Whitwell2008-05-231-2/+0
| * rtasm: add x87 instructions and debug-check for x87 stack usageKeith Whitwell2008-05-232-2/+138
| * rtasm: export debug reg print functionKeith Whitwell2008-05-232-11/+12
| * rtasm: remove unused struct memberKeith Whitwell2008-05-231-1/+0
* | gallium: Windows CE portability fixes.José Fonseca2008-05-283-4/+8
|/
* rtasm: learn another version of pushKeith Whitwell2008-05-011-2/+9
* rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell2008-05-012-38/+25
* rtasm: assert stack is fully popped in returnKeith Whitwell2008-05-011-0/+1
* gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol2008-04-282-0/+16
* rtasm: Implement x86_retw.José Fonseca2008-04-272-0/+7
* rtasm: debug some missing funcsKeith Whitwell2008-04-211-0/+3
* rtasm: quieten sse_enabled debugKeith Whitwell2008-04-211-1/+10
* rtasm: clean up debug dumping a littleKeith Whitwell2008-04-211-146/+140
* rtasm: propogate errors in x86 emitKeith Whitwell2008-04-212-5/+30
* rtasm: add dump facility for x86 (from tgsi_sse2.c)Keith Whitwell2008-04-211-24/+243
* gallium: Centralize SSE usage logic.José Fonseca2008-04-211-2/+8
* rtasm: include yet another i386 define varientKeith Whitwell2008-04-191-2/+2
* rtasm: add x86_imulKeith Whitwell2008-04-182-1/+11
* rtasm: add a couple more insns, clean up x86_mulKeith Whitwell2008-04-182-7/+29
* gallium: fix broken x86_call()Keith Whitwell2008-04-111-1/+1
* cell: Float convert-to and convert-from instructions use different shift biasIan Romanick2008-03-252-7/+7
* cell: Don't free NULL code pointersIan Romanick2008-03-171-1/+3