aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_main.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix random number generation for unit testsRoland Scheidegger2018-05-141-2/+11
* llvmpipe: Call LLVMShutdown before exiting.Jose Fonseca2016-04-191-0/+2
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-061-2/+2
* llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_mainRoland Scheidegger2014-11-251-2/+0
* gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer2014-09-261-2/+3
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+5
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-6/+11
* llvmpipe: Use u_math's round.José Fonseca2011-02-111-12/+1
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-4/+7
* llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca2010-09-221-12/+21
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-1/+6
* llvmpipe: Centralize LLVM initialization.José Fonseca2010-03-031-2/+1
* llvmpipe: Update for lp_bld_init.h rename.José Fonseca2010-03-031-1/+1
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-2/+2
* llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca2009-10-281-2/+1
* llvmpipe: Implement round() for MSVC.José Fonseca2009-10-281-0/+12
* llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca2009-10-221-0/+4
* llvmpipe: Allow building with LLVM 2.6 too.José Fonseca2009-09-261-0/+5
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-161-4/+4
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-10/+10
* llvmpipe: Several fixes of the conversion test.José Fonseca2009-08-291-31/+22
* llvmpipe: Clamp into range when writing integers.José Fonseca2009-08-291-9/+11
* llvmpipe: Handle more conversions.José Fonseca2009-08-291-48/+35
* llvmpipe: Use same type for reference vectors.José Fonseca2009-08-291-4/+4
* llvmpipe: Factor out shared test code into a separate module.José Fonseca2009-08-291-0/+404