Age | Commit message (Expand) | Author |
2008-10-27 | gallium: ppc: emit fewer 'li' instructions prior to vector loads/stores | Brian Paul |
2008-10-27 | gallium: ppc: use a src register cache to avoid redundant loads | Brian Paul |
2008-10-23 | scons: ppc support. | Michel Dänzer |
2008-10-22 | gallium: PPC: clamp y to [-128,128] for LIT | Brian Paul |
2008-10-22 | gallium: remove ppc_vload_float(), rename ppc_vecmove() -> ppc_vmove(). | Brian Paul |
2008-10-22 | gallium: new PPC built-in constants array | Brian Paul |
2008-10-22 | gallium: GALLIUM_NOPPC debug var to disable PPC codegen | Brian Paul |
2008-10-22 | gallium: PPC LIT instruction (not quite complete yet) | Brian Paul |
2008-10-22 | gallium: var renaming in tgsi_ppc.c | Brian Paul |
2008-10-22 | gallium: remove SSE remnants from tgsi_ppc.c | Brian Paul |
2008-10-22 | cell: TGSI->PPC for RSQ, RCP and src register sign modes | Brian Paul |
2008-10-22 | gallium: TGSI->PPC inequality operators | Brian Paul |
2008-10-22 | gallium: fix broken TGSI_FILE_CONSTANT case, use ppc_reserver_register() | Brian Paul |
2008-10-22 | gallium: TGSI to PPC code generation | Brian Paul |
2008-10-07 | gallium: Introduce PIPE_ARCH_SSE define for SSE support. | José Fonseca |
2008-10-01 | tgsi: Include p_config.h. | José Fonseca |
2008-09-30 | cell: Moved X86 checks to wrap #include section so that Cell targets will co... | Jonathan White |
2008-09-30 | tgsi: SSE2 optimized exp2, log2 and pow implementations. | José Fonseca |
2008-09-18 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-18 | tgsi: Build tgsi_text with make | Jakob Bornecrantz |
2008-09-18 | tgsi: Make tgsi dumps look more like mesa shader dumps. | Jakob Bornecrantz |
2008-09-17 | gallium: fix tgsi sanity checker with respect to END. | Brian Paul |
2008-09-16 | gallium: fix info entries for KIL, KILP | Brian Paul |
2008-09-16 | tgsi: Make tgsi_sanity.c compile with make | Jakob Bornecrantz |
2008-09-12 | gallium: use copy_token() function to avoid type punning/aliasing problems | Brian Paul |
2008-09-12 | gallium: use new compare32() function to fix warnings about type punning and ... | Brian Paul |
2008-09-12 | gallium: silence warning | Brian Paul |
2008-09-10 | tgsi: Fix newline pos. | José Fonseca |
2008-09-10 | tgsi: Verify constants are set before attempting to read them. | José Fonseca |
2008-09-08 | tgsi: Cleanup code. | Michal Krol |
2008-09-05 | tgsi: Refactor tgsi_dump to avoid using string buffers when dumping. | José Fonseca |
2008-09-02 | gallium: increase string buffer size to 16000 to avoid truncated output of lo... | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-22 | gallium: replace LOG2() macro with util_fast_log2() inline func | Brian Paul |
2008-08-22 | gallium: use new util_fast_exp2(), _log2(), pow() functions | Brian Paul |
2008-08-19 | tgsi: Implement LOG opcode for SSE2 codegen. | Michal Krol |
2008-08-19 | tgsi: Implement EXP opcode for SSE2. | Michal Krol |
2008-08-19 | tgsi: Fix ARL opcode in SSE2 codegen. | Michal Krol |
2008-08-19 | tgsi: Workaround debug output buffer size limitations. | Michal Krol |
2008-08-19 | tgsi: Use NUM_CHANNELS. | Michal Krol |
2008-08-18 | tgsi: Update condition code vector when storing dest register. | Michal Krol |
2008-08-18 | tgsi: Saturate modifier obeys ExecMask. | Michal Krol |
2008-08-18 | tgsi: Respect condition codes when storing destination register. | Michal Krol |
2008-08-18 | tgsi: Cosmetic changes. | Michal Krol |
2008-08-18 | tgsi: Add condition code (CC) register. | Michal Krol |
2008-08-13 | gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET | Brian Paul |
2008-08-13 | tgsi: Initial code for KILP, needs CCs working to be complete. | Michal Krol |
2008-08-13 | tgsi: Use a homebrew version of toupper(). | Michal Krol |
2008-08-13 | tgsi: Fix typo. | Michal Krol |
2008-08-13 | tgsi: Validate instruction opcode and operand counts. | Michal Krol |