aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* cell: Fix simple register allocatorIan Romanick2008-03-171-6/+6
* Move SPE register allocator to rtasm codeIan Romanick2008-03-102-0/+63
* gallium: Silence compiler warnings on Windows.Michal Krol2008-02-231-9/+10
* Fix windows build.José Fonseca2008-02-193-3/+4
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-194-2/+704
* Add run-time cpu capabilities detection stubs.José Fonseca2008-02-194-0/+94
* Simplify makefile boilerplate code.José Fonseca2008-02-191-7/+1
* Move mm.c code into util module.José Fonseca2008-02-195-378/+4
* Add copyright headers to all rtasm source files.José Fonseca2008-02-192-3/+48
* Rename rtasm files.José Fonseca2008-02-196-23/+25
* Bring rtasm from mesa to gallium.José Fonseca2008-02-198-0/+2032