summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)AuthorFilesLines
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian1-9/+33
2008-11-08gallium: implement SSE codegen for TGSI_OPCODE_NRM/NRM4Brian1-1/+33
2008-11-07gallium: added SSE for DP2, DP2ABrian Paul1-2/+22
2008-11-07gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4Brian Paul1-3/+19
2008-11-07Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-1/+58
2008-11-06gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.cBrian1-1/+58
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2-5/+32
2008-11-05gallium: check execution mask in indirect register loadsBrian1-0/+23
2008-11-05gallium: don't range check tgsi register index for indirect accessesBrian1-5/+9
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul3-3/+61
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul1-3/+32
2008-11-05gallium: added tgsi_set_exec_mask()Brian Paul1-0/+25
2008-11-05gallium: added some sanity check assertions for constant buffer indexingBrian Paul1-0/+4
2008-11-05tgsi: Implement OPCODE_TRUNC.michal1-1/+17
2008-11-05tgsi: Implement OPCODE_TRUNC.michal1-1/+17
2008-10-29gallium: use execmem for PPC code, grow instruction buffer as neededBrian Paul1-0/+8
2008-10-29gallium: added PPC support for SWZ, XPD, POWBrian Paul1-0/+86
2008-10-28gallium: ppc: implement TGSI_OPCODE_LOG/EXPBrian Paul1-1/+110
2008-10-28gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ...Brian Paul1-9/+13
2008-10-28gallium: use some PPC vec registers to store TGSI tempsBrian Paul1-62/+122
2008-10-27gallium: ppc: emit fewer 'li' instructions prior to vector loads/storesBrian Paul1-31/+75
2008-10-27gallium: ppc: use a src register cache to avoid redundant loadsBrian Paul1-96/+204
2008-10-23scons: ppc support.Michel Dänzer1-0/+1
2008-10-22gallium: PPC: clamp y to [-128,128] for LITBrian Paul1-4/+5
2008-10-22gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove().Brian Paul1-1/+1
2008-10-22gallium: new PPC built-in constants arrayBrian Paul2-7/+57
2008-10-22gallium: GALLIUM_NOPPC debug var to disable PPC codegenBrian Paul1-2/+10
2008-10-22gallium: PPC LIT instruction (not quite complete yet)Brian Paul1-4/+85
2008-10-22gallium: var renaming in tgsi_ppc.cBrian Paul1-18/+18
2008-10-22gallium: remove SSE remnants from tgsi_ppc.cBrian Paul1-2153/+0
2008-10-22cell: TGSI->PPC for RSQ, RCP and src register sign modesBrian Paul1-46/+116
2008-10-22gallium: TGSI->PPC inequality operatorsBrian Paul1-0/+70
2008-10-22gallium: fix broken TGSI_FILE_CONSTANT case, use ppc_reserver_register()Brian Paul1-8/+13
2008-10-22gallium: TGSI to PPC code generationBrian Paul3-0/+2830
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca1-1/+1
2008-10-01tgsi: Include p_config.h.José Fonseca1-0/+2
2008-09-30cell: Moved X86 checks to wrap #include section so that Cell targets will co...Jonathan White1-2/+2
2008-09-30tgsi: SSE2 optimized exp2, log2 and pow implementations.José Fonseca1-76/+211
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell4-13/+20
2008-09-18tgsi: Build tgsi_text with makeJakob Bornecrantz1-0/+1
2008-09-18tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz1-2/+3
2008-09-17gallium: fix tgsi sanity checker with respect to END.Brian Paul1-9/+7
2008-09-16gallium: fix info entries for KIL, KILPBrian Paul1-2/+2
2008-09-16tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2-0/+7
2008-09-12gallium: use copy_token() function to avoid type punning/aliasing problemsBrian Paul1-21/+33
2008-09-12gallium: use new compare32() function to fix warnings about type punning and ...Brian Paul1-10/+14
2008-09-12gallium: silence warningBrian Paul1-0/+1
2008-09-10tgsi: Fix newline pos.José Fonseca1-1/+1
2008-09-10tgsi: Verify constants are set before attempting to read them.José Fonseca1-0/+1
2008-09-08tgsi: Cleanup code.Michal Krol1-50/+37