Introduce .editorconfig
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_arit.c
2016-06-20 Roland Scheideggergallivm: don't use integer min/max sse intrinsics with...
2016-06-10 Jose Fonsecagallivm: Never emit llvm.fmuladd on LLVM 3.3.
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-05-27 Roland Scheideggergallivm: eliminate a unnecessary AND with unorm lerps
2016-04-27 Brian Paulgallivm: s/Elements/ARRAY_SIZE/
2016-04-26 Roland Scheideggergallivm: make sampling more robust against bogus coordi...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecagallivm: Workaround LLVM PR 27332.
2016-04-13 Roland Scheideggergallivm: use llvm.nearbyint instead of llvm.round.
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Jose Fonsecagallivm: Introduce lp_format_intrinsic.
2016-04-03 Jose Fonsecagallivm: Use llvm.fabs.
2016-04-03 Jose Fonsecagallivm: Prefer backend agnostic intrinsic for rounding.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-03-22 Jose Fonsecagallivm: Silence unused variable warnings on release...
2015-03-19 Brian Paulgallivm: remove unused 'builder' variable
2015-03-18 Jose Fonsecagallivm: Use INFINITY directly.
2014-11-26 José Fonsecadraw,gallivm,llvmpipe: Avoid implicit casts of 32-bit...
2014-09-16 Richard Sandifordgallivm: Fix uses of 2^24
2014-09-16 Richard Sandifordgallivm: Add SNORM clamping to lp_build_{add, sub}
2014-09-08 Roland Scheideggergallivm: (trivial) don't try to use rcp when the divisi...
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.
next