llvmpipe: choose multisample rasterizer functions per triangle (v2)
[mesa.git] / src / gallium / drivers / llvmpipe / lp_test_arit.c
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-01-24 Matt Turnergallivm: Return true from arch_rounding_available(...
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2016-04-19 Jose Fonsecallvmpipe: Avoid LLVMGetGlobalContext in tests.
2016-04-19 Jose Fonsecallvmpipe: Skip false exp2 failure in lp_test_arit due...
2016-04-19 Jose Fonsecallvmpipe: Test more vector lengths.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecallvmpipe: Test rounding of x.5.
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Jose Fonsecallvmpipe: Test abs.
2014-11-24 Roland Scheideggerllvmpipe: fix lp_test_arit denorm handling
2014-10-24 José Fonsecallvmpipe: Flush stdout on lp_test_* unit tests.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-05-16 Roland Scheideggergallivm: give more verbose names to modules
2014-05-14 José Fonsecallvmpipe: Delete unneeded LLVM stuff earlier.
2013-07-19 Zack Rusinllvmpipe/tests: update arith test to check for edge...
2013-02-16 Roland Scheideggergallivm: fix issues with trunc/round/floor/ceil with...
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-15 José Fonsecallvmpipe: Add a test for lp_build_sgn.
2012-04-05 James Bentongallivm: Updated lp_build_log2_approx to use a more...
2012-02-17 José Fonsecallvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.
2012-02-17 José Fonsecallvmpipe: Specify lp_test_arit's target precision per...
2012-02-17 José Fonsecallvmpipe: Add a negation test to lp_test_arit.
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-18 José Fonsecallvmpipe: Add u_math.h include.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-23 José Fonsecallvmpipe: Unit tests for arithmetic functions.