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
/
gallivm
/
lp_bld_arit.c
Age
Commit message (
Expand
)
Author
2010-05-04
gallicm: Newton-Raphson step to improve precision.
José Fonseca
2010-04-27
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-24
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-22
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-03-15
gallivm/llvmpipe: rename some constant building functions
Brian Paul
2010-03-15
gallivm: fix typo/bug in lp_build_sgn()
Brian Paul
2010-03-15
gallivm: fix incorrect floor(), itrunc()
Brian Paul
2010-03-12
gallivm: support non-vector float in lp_build_sgn()
Brian Paul
2010-03-11
gallivm: added lp_build_sum_vector()
Brian Paul
2010-03-10
gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()
Brian Paul
2010-03-09
gallivm: checkpoint: nearest mipmap filtering
Brian Paul
2010-03-04
gallivm: added lp_build_fract()
Brian Paul
2010-03-04
gallivm: added lp_build_set_sign()
Brian Paul
2010-03-04
gallivm: added lp_build_negate()
Brian Paul
2010-02-23
gallivm: added clamp and int_to_float functions
Brian Paul
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin