summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_sse2.c
Commit message (Expand)AuthorAgeFilesLines
* 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