aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_arit.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: add support for a cache objectDave Airlie2020-06-111-1/+1
* llvmpipe: Expect increased exp precision on WindowsDaniel Stone2020-05-141-2/+4
* util: use standard name for snprintf()Eric Engestrom2019-07-191-1/+1
* gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner2019-01-241-1/+2
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-19/+19
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-191-1/+4
* llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.Jose Fonseca2016-04-191-4/+34
* llvmpipe: Test more vector lengths.Jose Fonseca2016-04-191-13/+30
* llvmpipe: Test rounding of x.5.Jose Fonseca2016-04-131-1/+2
* llvmpipe: Test abs.Jose Fonseca2016-04-031-0/+1
* llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger2014-11-251-1/+37
* llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca2014-10-241-0/+1
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-1/+1
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-161-1/+1
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-2/+2
* llvmpipe/tests: update arith test to check for edge casesZack Rusin2013-07-191-9/+19
* gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger2013-02-161-0/+12
* gallivm: fix rsqrt failuresRoland Scheidegger2012-10-121-7/+35
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-51/+115
* llvmpipe: Add a test for lp_build_sgn.José Fonseca2012-05-151-0/+13
* gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton2012-04-051-2/+2
* llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca2012-02-171-3/+5
* llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca2012-02-171-10/+16
* llvmpipe: Add a negation test to lp_test_arit.José Fonseca2012-02-171-0/+7
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-0/+10
* llvmpipe: Add u_math.h include.José Fonseca2011-08-181-0/+1
* llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-221-0/+294