index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_exec.c
Age
Commit message (
Expand
)
Author
2008-09-10
tgsi: Verify constants are set before attempting to read them.
José Fonseca
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: 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-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: Swap meanings of KIL and KILP opcodes.
Michal Krol
2008-08-12
tgsi: Prevent division by zero.
José Fonseca
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca