summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-14llvmpipe: Fix random number generation for unit testsRoland Scheidegger1-2/+11
2016-04-19llvmpipe: Call LLVMShutdown before exiting.Jose Fonseca1-0/+2
2015-12-06gallium/drivers: Trivial code-style cleanupEdward O'Callaghan1-2/+2
2014-11-25llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_mainRoland Scheidegger1-2/+0
2014-09-26gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer1-2/+3
2013-07-09util: treat denorm'ed floats like zeroZack Rusin1-0/+5
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-6/+11
2011-02-11llvmpipe: Use u_math's round.José Fonseca1-12/+1
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-4/+7
2010-09-22llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca1-12/+21
2010-06-04llvmpipe: new -s option to run single testBrian Paul1-1/+6
2010-03-03llvmpipe: Centralize LLVM initialization.José Fonseca1-2/+1
2010-03-03llvmpipe: Update for lp_bld_init.h rename.José Fonseca1-1/+1
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-2/+2
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca1-2/+1
2009-10-28llvmpipe: Implement round() for MSVC.José Fonseca1-0/+12
2009-10-22llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca1-0/+4
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca1-0/+5
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca1-4/+4
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca1-10/+10
2009-08-29llvmpipe: Several fixes of the conversion test.José Fonseca1-31/+22
2009-08-29llvmpipe: Clamp into range when writing integers.José Fonseca1-9/+11
2009-08-29llvmpipe: Handle more conversions.José Fonseca1-48/+35
2009-08-29llvmpipe: Use same type for reference vectors.José Fonseca1-4/+4
2009-08-29llvmpipe: Factor out shared test code into a separate module.José Fonseca1-0/+404