aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ppc.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* tgsi: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* gallium: use tgsi_dump_instruction() instead of ppc_comment()Brian Paul2009-01-101-84/+7
* gallium: remove unused struct typeBrian Paul2009-01-101-8/+0
* gallium: fix register clobber bug in TGSI->PPC codegenBrian Paul2009-01-101-10/+41
* gallium: emit comments in TGSI->PPC codegenBrian Paul2009-01-101-2/+90
* gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul2008-10-291-0/+8
* gallium: added PPC support for SWZ, XPD, POWBrian Paul2008-10-291-0/+86
* gallium: ppc: implement TGSI_OPCODE_LOG/EXPBrian Paul2008-10-281-1/+110
* gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ...Brian Paul2008-10-281-9/+13
* gallium: use some PPC vec registers to store TGSI tempsBrian Paul2008-10-281-62/+122
* gallium: ppc: emit fewer 'li' instructions prior to vector loads/storesBrian Paul2008-10-271-31/+75
* gallium: ppc: use a src register cache to avoid redundant loadsBrian Paul2008-10-271-96/+204
* gallium: PPC: clamp y to [-128,128] for LITBrian Paul2008-10-221-4/+5
* gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul2008-10-221-1/+1
* gallium: new PPC built-in constants arrayBrian Paul2008-10-221-7/+54
* gallium: GALLIUM_NOPPC debug var to disable PPC codegenBrian Paul2008-10-221-2/+10
* gallium: PPC LIT instruction (not quite complete yet)Brian Paul2008-10-221-4/+85
* gallium: var renaming in tgsi_ppc.cBrian Paul2008-10-221-18/+18
* gallium: remove SSE remnants from tgsi_ppc.cBrian Paul2008-10-221-2153/+0
* cell: TGSI->PPC for RSQ, RCP and src register sign modesBrian Paul2008-10-221-46/+116
* gallium: TGSI->PPC inequality operatorsBrian Paul2008-10-221-0/+70
* gallium: fix broken TGSI_FILE_CONSTANT case, use ppc_reserver_register()Brian Paul2008-10-221-8/+13
* gallium: TGSI to PPC code generationBrian Paul2008-10-221-0/+2781