aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.
* llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca2009-10-281-2/+1
| | | | | Basically mimic the llvm 2.6 way of linking execution engines and targets.
* 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
| | | | | Union not worth the hassle of violating C99 or adding a name to the structure.
* 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
| | | | Not all successfully yet though..
* 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