index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_arit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
1
-1
/
+1
*
gallivm: Fix uses of 2^24
Richard Sandiford
2014-09-16
1
-4
/
+4
*
gallivm: Add SNORM clamping to lp_build_{add, sub}
Richard Sandiford
2014-09-16
1
-6
/
+28
*
gallivm: (trivial) don't try to use rcp when the division 1/x is integer
Roland Scheidegger
2014-09-09
1
-1
/
+1
*
gallivm: (trivial) fix min / max variable names
Roland Scheidegger
2014-09-09
1
-8
/
+8
*
gallivm: fix somewhat broken NaN behavior for exp2
Roland Scheidegger
2014-08-30
1
-11
/
+17
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-2
/
+0
*
gallivm: fix pointer type for stmxcsr/ldmxcsr
Roland Scheidegger
2013-12-14
1
-2
/
+7
*
llvmpipe: fix blending with half-float formats
Zack Rusin
2013-12-10
1
-0
/
+71
*
gallivm,llvmpipe: fix float->srgb conversion to handle NaNs
Roland Scheidegger
2013-11-14
1
-15
/
+29
*
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
2013-09-12
1
-50
/
+30
*
gallivm: unify sin and cos implementation
Roland Scheidegger
2013-08-21
1
-254
/
+52
*
draw: handle nan clipdistance
Zack Rusin
2013-08-15
1
-0
/
+26
*
gallivm: revert accidentally commited hunk
Roland Scheidegger
2013-08-15
1
-12
/
+1
*
gallivm: do per-sample depth comparison instead of doing it post-filter
Roland Scheidegger
2013-08-15
1
-1
/
+12
*
gallivm: add a log function that handles edge cases
Zack Rusin
2013-07-19
1
-0
/
+17
*
gallivm: handle -inf, inf and nan's in sin/cos instructions
Zack Rusin
2013-07-19
1
-0
/
+44
*
gallivm: add a version of log2 which handles edge cases
Zack Rusin
2013-07-19
1
-2
/
+56
*
gallivm: fix edge cases in exp2
Zack Rusin
2013-07-19
1
-3
/
+7
*
gallivm: handle nan's in min/max
Zack Rusin
2013-07-19
1
-42
/
+251
*
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Roland Scheidegger
2013-07-17
1
-7
/
+6
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
1
-1
/
+1
*
gallivm: better support for fast rsqrt
Roland Scheidegger
2013-07-13
1
-16
/
+56
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
1
-0
/
+1
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
1
-21
/
+39
*
gallivm: Add and use lp_build_lerp_3d.
José Fonseca
2013-05-17
1
-0
/
+20
*
gallivm: Fix altivec intrinsics for 8xi16 add/sub
Adam Jackson
2013-05-02
1
-2
/
+2
*
gallivm: fix issues with trunc/round/floor/ceil with no arch rounding
Roland Scheidegger
2013-02-16
1
-66
/
+187
*
gallivm: fix typo in lp_build_mul_norm
Roland Scheidegger
2013-02-08
1
-1
/
+1
*
gallivm: Fix lerping of (un)signed normalized numbers.
José Fonseca
2012-12-06
1
-49
/
+43
*
gallivm: Re-add the kludge for lp_build_lerp of fixed point types.
José Fonseca
2012-12-04
1
-1
/
+5
*
gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.
José Fonseca
2012-12-04
1
-92
/
+82
*
gallivm: Altivec floating-point rounding
Adhemerval Zanella
2012-11-29
1
-23
/
+70
*
gallivm: Altivec vector add/sub intrisics
Adhemerval Zanella
2012-11-29
1
-14
/
+26
*
gallivm: Altivec vector max/min intrisics
Adhemerval Zanella
2012-11-29
1
-2
/
+54
*
gallivm: Add support for unorm16 in lp_build_mul.
James Benton
2012-11-28
1
-0
/
+45
*
Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."
José Fonseca
2012-10-17
1
-4
/
+4
*
gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently.
José Fonseca
2012-10-12
1
-4
/
+4
*
gallivm: fix rsqrt failures
Roland Scheidegger
2012-10-12
1
-8
/
+41
*
gallivm: silence uninitialized variable warnings
Brian Paul
2012-07-17
1
-2
/
+2
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-99
/
+446
*
gallivm: Fixed erroneous optimisation in lp_build_min/max.
James Benton
2012-05-21
1
-7
/
+14
*
gallivm: Fix lp_build_sgn for normalized/fixed-point integers.
José Fonseca
2012-05-15
1
-1
/
+2
*
gallivm: implement iabs/issg opcode.
Dave Airlie
2012-05-09
1
-1
/
+1
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
1
-28
/
+37
*
gallivm: Updated lp_build_polynomial to compute odd and even terms separately...
James Benton
2012-04-05
1
-7
/
+25
*
gallivm: fix floating type in lp_build_mod helper
Roland Scheidegger
2012-03-05
1
-1
/
+1
*
gallivm: only do rcp/mul for floating
Dave Airlie
2012-02-28
1
-1
/
+2
*
gallivm: add frem support to the lp_build_mod helper.
Dave Airlie
2012-02-28
1
-1
/
+2
[next]