aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca2013-05-171-8/+20
* gallivm: Add and use lp_build_lerp_3d.José Fonseca2013-05-171-0/+15
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-2/+17
* gallivm: add integer and unsigned mod arit functions. (v2)Dave Airlie2012-02-281-0/+5
* 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