summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_sse2.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Implement OPCODE_SSG/SGN.Michal Krol2008-11-261-1/+29
* tgsi: Implement OPCODE_ARR.Michal Krol2008-11-261-1/+6
* tgsi: Implement OPCODE_ROUND for SSE2 backend.Michal Krol2008-11-261-1/+28
* tgsi: Fix a bug with saving/restoring xmm registers upon func call.Michal Krol2008-11-121-3/+3
* gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian2008-11-091-9/+33
* gallium: implement SSE codegen for TGSI_OPCODE_NRM/NRM4Brian2008-11-081-1/+33
* gallium: added SSE for DP2, DP2ABrian Paul2008-11-071-2/+22
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-3/+32
|\
| * gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul2008-11-051-3/+32
| * tgsi: Implement OPCODE_TRUNC.michal2008-11-051-1/+17
* | tgsi: Implement OPCODE_TRUNC.michal2008-11-051-1/+17
* | gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
* | tgsi: Include p_config.h.José Fonseca2008-10-011-0/+2
* | cell: Moved X86 checks to wrap #include section so that Cell targets will co...Jonathan White2008-09-301-2/+2
* | tgsi: SSE2 optimized exp2, log2 and pow implementations.José Fonseca2008-09-301-76/+211
|/
* tgsi: Cleanup code.Michal Krol2008-09-081-50/+37
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2008-08-221-4/+4
* gallium: use new util_fast_exp2(), _log2(), pow() functionsBrian Paul2008-08-221-0/+19
* tgsi: Implement LOG opcode for SSE2 codegen.Michal Krol2008-08-191-1/+32
* tgsi: Implement EXP opcode for SSE2.Michal Krol2008-08-191-15/+49
* tgsi: Fix ARL opcode in SSE2 codegen.Michal Krol2008-08-191-22/+65
* tgsi: Use NUM_CHANNELS.Michal Krol2008-08-191-4/+4
* tgsi: Swap meanings of KIL and KILP opcodes.Michal Krol2008-08-131-6/+6
* gallium: distinguish between KIL and KILPBrian Paul2008-08-121-2/+18
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+2275