summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
AgeCommit message (Expand)Author
2010-10-09gallivm: Less code duplication in log computation.José Fonseca
2010-10-06gallivm: Combined ifloor & fract helper.José Fonseca
2010-10-06gallivm: Fast implementation of iround(log2(x))José Fonseca
2010-10-06gallivm: Use a faster (and less accurate) log2 in lod computation.José Fonseca
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-04gallivm: added lp_build_fract()Brian Paul
2010-03-04gallivm: added lp_build_set_sign()Brian Paul
2010-03-04gallivm: added lp_build_negate()Brian Paul
2010-02-23gallivm: added clamp and int_to_float functionsBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin