tgsi: Implement OPCODE_ARR.
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_sse2.c
2008-11-26 Michal Kroltgsi: Implement OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-09-08 Michal Kroltgsi: Cleanup code.
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-22 Brian Paulgallium: use new util_fast_exp2(), _log2(), pow() functions
2008-08-19 Michal Kroltgsi: Implement LOG opcode for SSE2 codegen.
2008-08-19 Michal Kroltgsi: Implement EXP opcode for SSE2.
2008-08-18 Michal Kroltgsi: Fix ARL opcode in SSE2 codegen.
2008-08-18 Michal Kroltgsi: Use NUM_CHANNELS.
2008-08-13 Michal Kroltgsi: Swap meanings of KIL and KILP opcodes.
2008-08-12 Brian Paulgallium: distinguish between KIL and KILP
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.