summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_ppc.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-201-0/+4
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-181-0/+5
|\
| * tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
* | gallium: fix debug_printf() format stringBrian Paul2009-08-111-1/+1
* | tgsi: report opcode name in addition to the number when translation failsBrian Paul2009-08-031-1/+4
* | gallium: Fix PPC build.Michel Dänzer2009-07-231-8/+8
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+1
|/
* 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