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
*
gallivm: don't try to use fast rcp for fdiv
Roland Scheidegger
2017-01-24
1
-1
/
+3
*
gallivm: fix [IU]MUL_HI regression harder
Nicolai Hähnle
2016-11-10
1
-8
/
+12
*
gallivm: fix [IU]MUL_HI regression
Nicolai Hähnle
2016-11-08
1
-26
/
+46
*
gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function
Roland Scheidegger
2016-11-08
1
-0
/
+150
*
gallivm: Use native packs and unpacks for the lerps
Roland Scheidegger
2016-10-19
1
-7
/
+7
*
gallivm: Basic AVX2 support.
José Fonseca
2016-10-04
1
-24
/
+80
*
gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9
Roland Scheidegger
2016-06-20
1
-2
/
+4
*
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
Jose Fonseca
2016-06-10
1
-0
/
+6
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
1
-37
/
+53
*
gallivm: eliminate a unnecessary AND with unorm lerps
Roland Scheidegger
2016-05-27
1
-10
/
+35
*
gallivm: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-2
/
+2
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
1
-4
/
+5
*
gallivm: Workaround LLVM PR 27332.
Jose Fonseca
2016-04-13
1
-3
/
+14
*
gallivm: use llvm.nearbyint instead of llvm.round.
Roland Scheidegger
2016-04-13
1
-98
/
+1
*
gallivm: Introduce lp_format_intrinsic.
Jose Fonseca
2016-04-04
1
-14
/
+5
*
gallivm: Use llvm.fabs.
Jose Fonseca
2016-04-03
1
-8
/
+3
*
gallivm: Prefer backend agnostic intrinsic for rounding.
Jose Fonseca
2016-04-03
1
-7
/
+39
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
1
-8
/
+8
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
1
-3
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-7
/
+7
*
gallivm: add fp64 support. (v2.1)
Dave Airlie
2015-07-01
1
-0
/
+12
*
gallivm: Silence unused variable warnings on release builds.
Jose Fonseca
2015-03-22
1
-0
/
+2
*
gallivm: remove unused 'builder' variable
Brian Paul
2015-03-19
1
-1
/
+0
*
gallivm: Use INFINITY directly.
Jose Fonseca
2015-03-18
1
-8
/
+1
*
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
[next]