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