summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Less code duplication in log computation.José Fonseca2010-10-091-1/+9
* gallivm: Combined ifloor & fract helper.José Fonseca2010-10-061-0/+6
* gallivm: Fast implementation of iround(log2(x))José Fonseca2010-10-061-0/+4
* gallivm: Use a faster (and less accurate) log2 in lod computation.José Fonseca2010-10-061-0/+5
* gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-1/+1
* gallivm: added lp_build_sum_vector()Brian Paul2010-03-111-0/+4
* gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-1/+1
* gallivm: added lp_build_fract()Brian Paul2010-03-041-0/+4
* gallivm: added lp_build_set_sign()Brian Paul2010-03-041-0/+4
* gallivm: added lp_build_negate()Brian Paul2010-03-041-0/+4
* gallivm: added clamp and int_to_float functionsBrian Paul2010-02-231-0/+10
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+203