index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_sse2.c
Age
Commit message (
Expand
)
Author
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-08
tgsi: Cleanup code.
Michal Krol
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: Use NUM_CHANNELS.
Michal Krol
2008-08-13
tgsi: Swap meanings of KIL and KILP opcodes.
Michal Krol
2008-08-12
gallium: distinguish between KIL and KILP
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca