summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_arit.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Use llvm.fmuladd.*.Jose Fonseca2016-06-101-0/+15
* gallivm: fix somewhat broken NaN behavior for exp2Roland Scheidegger2014-08-301-2/+8
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-101-0/+11
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-141-3/+9
* llvmpipe: Remove the special path for TGSI_OPCODE_EXP.José Fonseca2013-09-121-7/+0
* draw: handle nan clipdistanceZack Rusin2013-08-151-0/+6
* gallivm: add a log function that handles edge casesZack Rusin2013-07-191-0/+4
* gallivm: handle -inf, inf and nan's in sin/cos instructionsZack Rusin2013-07-191-0/+5
* gallivm: add a version of log2 which handles edge casesZack Rusin2013-07-191-1/+6
* gallivm: handle nan's in min/maxZack Rusin2013-07-191-0/+30
* gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger2013-07-131-0/+6
* gallivm: better support for fast rsqrtRoland Scheidegger2013-07-131-0/+7
* 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