summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_arit.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul1-19/+19
2016-04-19llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca1-1/+4
2016-04-19llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.Jose Fonseca1-4/+34
2016-04-19llvmpipe: Test more vector lengths.Jose Fonseca1-13/+30
2016-04-13llvmpipe: Test rounding of x.5.Jose Fonseca1-1/+2
2016-04-03llvmpipe: Test abs.Jose Fonseca1-0/+1
2014-11-25llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger1-1/+37
2014-10-24llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca1-0/+1
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich1-1/+1
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger1-1/+1
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-2/+2
2013-07-19llvmpipe/tests: update arith test to check for edge casesZack Rusin1-9/+19
2013-02-16gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger1-0/+12
2012-10-12gallivm: fix rsqrt failuresRoland Scheidegger1-7/+35
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-51/+115
2012-05-15llvmpipe: Add a test for lp_build_sgn.José Fonseca1-0/+13
2012-04-05gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton1-2/+2
2012-02-17llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca1-3/+5
2012-02-17llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca1-10/+16
2012-02-17llvmpipe: Add a negation test to lp_test_arit.José Fonseca1-0/+7
2011-10-16llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca1-0/+10
2011-08-18llvmpipe: Add u_math.h include.José Fonseca1-0/+1
2011-07-22llvmpipe: Unit tests for arithmetic functions.José Fonseca1-0/+294