summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into instanced-arraysMichal Krol2010-01-053-28/+30
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-2/+30
| |\
| | * rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca2010-01-031-2/+30
| * | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-13/+0
| * | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-13/+0
| |/
* | rtasm: Add x86_div().Michal Krol2009-12-302-0/+8
|/
* rtasm: export sse_movmskpsKeith Whitwell2009-07-162-0/+10
* rtasm: Use 32bit constant.José Fonseca2009-06-151-3/+3
* rtasm: Silence `static function not used' warning.Michal Krol2009-04-101-0/+2
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-3/+3
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-3/+7
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
* util: Move p_debug.h into util module.José Fonseca2009-02-184-4/+4
* cell: datatype clean-ups in SPE rtasmBrian Paul2009-01-112-105/+99
* gallium: added comment/annotation support to PPC rtasmBrian Paul2009-01-102-62/+187
* gallium: s/false/FALSE/Brian Paul2009-01-101-1/+1
* rtasm: Remove spurious semi-colons after function bodies.José Fonseca2008-12-301-5/+5
* CELL: use variant-length fragment ops programsRobert Ellison2008-11-212-4/+14
* CELL: fix stencil twiddling, stencil invertRobert Ellison2008-11-131-3/+3
* gallium: add missing prototypesBrian Paul2008-11-121-0/+6
* cell: move semicolons to silence warnings w/ other compilersBrian Paul2008-11-121-189/+189
* cell: fix typo in EMIT_ macroBrian Paul2008-11-121-1/+1
* rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL.Michal Krol2008-11-121-9/+5
* rtasm: Compile only for GALLIUM_CELL.Michal Krol2008-11-121-0/+4
* CELL: two-sided stencil fixesRobert Ellison2008-11-111-2/+5
* gallium: grow SPE instruction buffer as neededBrian Paul2008-10-291-16/+41
* gallium: no longer pass max_inst to ppc_init_func()Brian Paul2008-10-292-2/+2
* gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul2008-10-292-21/+50
* gallium: fix alignment parameter passed to u_mmAllocMem()Brian Paul2008-10-291-2/+2
* gallium: prefix memory manager functions with u_ to differentiate from functi...Brian Paul2008-10-291-4/+4
* gallium: test for PIPE_OS_LINUX instead of __linux__Brian Paul2008-10-291-4/+5
* gallium: added ppc_vnmsubfp()Brian Paul2008-10-292-1/+12
* scons: ppc support.Michel Dänzer2008-10-231-0/+1
* gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul2008-10-222-23/+2
* gallium: added ppc_vzero()Brian Paul2008-10-222-0/+13
* gallium: added ppc_vload_float(), for limited casesBrian Paul2008-10-222-0/+22
* gallium: fix-up confusing register allocation masks in rtasm_ppc.cBrian Paul2008-10-222-21/+36
* gallium: added ppc_lvewx()Brian Paul2008-10-222-0/+11
* cell: implement many more PPC instructions for code genBrian Paul2008-10-223-41/+704
* cell: add emit_RI10s() which does range checking on the 10-bit signed immedia...Brian Paul2008-10-102-10/+30
* cell: additional 'offset' checking in spe_lqd(), spe_stqd()Brian Paul2008-10-101-4/+14
* cell: fix assertions in spe_lqd(), spe_stqd()Brian Paul2008-10-101-2/+2
* CELL: fixing stencil bugsRobert Ellison2008-10-101-2/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-102-1/+19
|\
| * gallium: replace assertion with conditional/recovery codeBrian2008-10-061-1/+5
| * rtasm: fix debug buildKeith Whitwell2008-10-061-1/+1
| * rtasm: add sse_movntpsKeith Whitwell2008-10-032-0/+14
| * rtasm: add prefetch instructionsKeith Whitwell2008-10-022-0/+31
* | cell: fix incorrect bitmask in spe_load_uint()Brian Paul2008-10-091-1/+1
* | cell: implement function calls from shader code. fslight demo runs now.Brian Paul2008-10-082-14/+73