gallivm: (trivial) fix min / max variable names
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_arit.c
2014-09-08 Roland Scheideggergallivm: (trivial) fix min / max variable names
2014-08-29 Roland Scheideggergallivm: fix somewhat broken NaN behavior for exp2
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2013-12-14 Roland Scheideggergallivm: fix pointer type for stmxcsr/ldmxcsr
2013-12-10 Zack Rusinllvmpipe: fix blending with half-float formats
2013-11-14 Roland Scheideggergallivm,llvmpipe: fix float->srgb conversion to handle...
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-08-21 Roland Scheideggergallivm: unify sin and cos implementation
2013-08-15 Zack Rusindraw: handle nan clipdistance
2013-08-15 Roland Scheideggergallivm: revert accidentally commited hunk
2013-08-15 Roland Scheideggergallivm: do per-sample depth comparison instead of...
2013-07-19 Zack Rusingallivm: add a log function that handles edge cases
2013-07-19 Zack Rusingallivm: handle -inf, inf and nan's in sin/cos instructions
2013-07-19 Zack Rusingallivm: add a version of log2 which handles edge cases
2013-07-19 Zack Rusingallivm: fix edge cases in exp2
2013-07-19 Zack Rusingallivm: handle nan's in min/max
2013-07-17 Roland Scheideggergallivm: (trivial) simplify lp_build_cos/lp_build_sin...
2013-07-13 Roland Scheideggergallivm: handle srgb-to-linear and linear-to-srgb conve...
2013-07-13 Roland Scheideggergallivm: better support for fast rsqrt
2013-07-10 Zack Rusinutil: treat denorm'ed floats like zero
2013-06-10 Richard Sandifordllvmpipe: Use saturating add/sub for UNORM formats
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-17 José Fonsecagallivm: Add and use lp_build_lerp_3d.
2013-05-02 Adam Jacksongallivm: Fix altivec intrinsics for 8xi16 add/sub
2013-02-16 Roland Scheideggergallivm: fix issues with trunc/round/floor/ceil with...
2013-02-09 Roland Scheideggergallivm: fix typo in lp_build_mul_norm
2012-12-06 José Fonsecagallivm: Fix lerping of (un)signed normalized numbers.
2012-12-04 José Fonsecagallivm: Re-add the kludge for lp_build_lerp of fixed...
2012-12-04 José Fonsecagallivm: Generalize lp_build_mul and lp_build_lerp...
2012-11-29 Adhemerval Zanellagallivm: Altivec floating-point rounding
2012-11-29 Adhemerval Zanellagallivm: Altivec vector add/sub intrisics
2012-11-29 Adhemerval Zanellagallivm: Altivec vector max/min intrisics
2012-11-28 James Bentongallivm: Add support for unorm16 in lp_build_mul.
2012-10-17 José FonsecaRevert "gallivm: Don't use llvm.x86.avx.max/min.ps...
2012-10-12 José Fonsecagallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvert...
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-07-17 Brian Paulgallivm: silence uninitialized variable warnings
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-21 James Bentongallivm: Fixed erroneous optimisation in lp_build_min...
2012-05-15 José Fonsecagallivm: Fix lp_build_sgn for normalized/fixed-point...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Dave Airliegallivm: implement iabs/issg opcode.
2012-04-05 James Bentongallivm: Updated lp_build_log2_approx to use a more...
2012-04-05 James Bentongallivm: Updated lp_build_polynomial to compute odd...
2012-03-05 Roland Scheideggergallivm: fix floating type in lp_build_mod helper
2012-02-28 Dave Airliegallivm: only do rcp/mul for floating
2012-02-28 Dave Airliegallivm: add frem support to the lp_build_mod helper.
2012-02-28 Dave Airliegallivm: add integer and unsigned mod arit functions...
2012-02-20 José Fonsecallvmpipe: Don't assume vector is 4 wide in lp_build_sin...
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-23 José Fonsecagallivm: Add a note about log2 computation and denormal...
2011-07-23 José Fonsecagallivm: Fix lp_build_exp2 order 4-5 polynomial coeffic...
2011-07-23 José Fonsecagallivm: Increase lp_build_rsqrt() precision.
2011-07-23 José Fonsecagallivm: Fix lp_build_exp/lp_build_log.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 José Fonsecagallivm: Add a note about SSE4.1's nearest mode rounding.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Brian Paulgallivm: remove newlines
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-09 José Fonsecagallivm: Less code duplication in log computation.
2010-10-08 Roland Scheideggergallivm: faster iround implementation for sse2
2010-10-08 Roland Scheideggergallivm: fix trunc/itrunc comment
2010-10-06 José Fonsecagallivm: Combined ifloor & fract helper.
2010-10-06 José Fonsecagallivm: Fast implementation of iround(log2(x))
2010-10-06 José Fonsecagallivm: Use a faster (and less accurate) log2 in lod...
2010-10-06 José Fonsecagallivm: Take the type signedness in consideration...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-29 José Fonsecagallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
2010-09-22 José Fonsecagallivm: Add unorm support to lp_build_lerp()
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 José Fonsecagallivm: Fix lp_build_sum_vector.
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-21 José Fonsecagallivm: Emit DIVPS instead of RCPPS.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecagallivm: Refactor the Newton-Rapshon steps, and disable...
2010-08-11 José Fonsecagallivm: Fix and enable the extra Newton/Raphson step...
2010-08-10 nobledgallivm: Fix bitwise operations for floats, division...
2010-08-10 nobledgallivm: Even more type checking
2010-08-09 José Fonsecagallivm: More type checks.
2010-08-09 José Fonsecagallivm: Don't call LLVMBuildFNeg on llvm-2.6.
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-08-08 José Fonsecagallivm: Add type checks for the basic operations.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-06 Vinson Leegallivm: Remove unnecessary header.
2010-07-06 Brian Paulgallivm: finish implementation of lp_build_iceil()
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
next