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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix snorm blending
Roland Scheidegger
2017-11-21
1
-0
/
+7
*
gallivm: fix [IU]MUL_HI regression
Nicolai Hähnle
2016-11-08
1
-0
/
+6
*
gallivm: introduce 32x32->64bit lp_build_mul_32_lohi function
Roland Scheidegger
2016-11-08
1
-0
/
+6
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
1
-0
/
+15
*
gallivm: fix somewhat broken NaN behavior for exp2
Roland Scheidegger
2014-08-30
1
-2
/
+8
*
llvmpipe: fix blending with half-float formats
Zack Rusin
2013-12-10
1
-0
/
+11
*
gallivm,llvmpipe: fix float->srgb conversion to handle NaNs
Roland Scheidegger
2013-11-14
1
-3
/
+9
*
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
2013-09-12
1
-7
/
+0
*
draw: handle nan clipdistance
Zack Rusin
2013-08-15
1
-0
/
+6
*
gallivm: add a log function that handles edge cases
Zack Rusin
2013-07-19
1
-0
/
+4
*
gallivm: handle -inf, inf and nan's in sin/cos instructions
Zack Rusin
2013-07-19
1
-0
/
+5
*
gallivm: add a version of log2 which handles edge cases
Zack Rusin
2013-07-19
1
-1
/
+6
*
gallivm: handle nan's in min/max
Zack Rusin
2013-07-19
1
-0
/
+30
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
1
-0
/
+6
*
gallivm: better support for fast rsqrt
Roland Scheidegger
2013-07-13
1
-0
/
+7
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
1
-8
/
+20
*
gallivm: Add and use lp_build_lerp_3d.
José Fonseca
2013-05-17
1
-0
/
+15
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-2
/
+17
*
gallivm: add integer and unsigned mod arit functions. (v2)
Dave Airlie
2012-02-28
1
-0
/
+5
*
gallivm: Less code duplication in log computation.
José Fonseca
2010-10-09
1
-1
/
+9
*
gallivm: Combined ifloor & fract helper.
José Fonseca
2010-10-06
1
-0
/
+6
*
gallivm: Fast implementation of iround(log2(x))
José Fonseca
2010-10-06
1
-0
/
+4
*
gallivm: Use a faster (and less accurate) log2 in lod computation.
José Fonseca
2010-10-06
1
-0
/
+5
*
gallivm/llvmpipe: rename os_llvm.h to lp_bld.h
Brian Paul
2010-03-15
1
-1
/
+1
*
gallivm: added lp_build_sum_vector()
Brian Paul
2010-03-11
1
-0
/
+4
*
gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
Brian Paul
2010-03-11
1
-1
/
+1
*
gallivm: added lp_build_fract()
Brian Paul
2010-03-04
1
-0
/
+4
*
gallivm: added lp_build_set_sign()
Brian Paul
2010-03-04
1
-0
/
+4
*
gallivm: added lp_build_negate()
Brian Paul
2010-03-04
1
-0
/
+4
*
gallivm: added clamp and int_to_float functions
Brian Paul
2010-02-23
1
-0
/
+10
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-0
/
+203