summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_arit.c
Commit message (Expand)AuthorAgeFilesLines
* 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