Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: Silence unused value warning. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | llvmpipe: also test the new lp_build_assert() function | Brian Paul | 2010-07-29 | 1 | -0/+4 |
| | |||||
* | llvmpipe: don't call LLVMCreateJITCompiler() twice | Brian Paul | 2010-07-29 | 1 | -0/+6 |
| | | | | | | | | | Fixes a failed assertion with LLVM 2.6: <unnamed>::JITResolver::JITResolver(llvm::JIT&): Assertion `TheJITResolver == 0&& "Multiple JIT resolvers?"' failed. Though, not everyone seems to experience this problem. | ||||
* | llvmpipe: new -s option to run single test | Brian Paul | 2010-06-04 | 1 | -0/+8 |
| | | | | | Put specific test code in the test_single() function and pass -s to execute that code. | ||||
* | llvmpipe: Use pointer_to_func() instead of custom wrappers. | José Fonseca | 2010-05-30 | 1 | -13/+2 |
| | |||||
* | llvmpipe: silence cast warnings in test programs | Brian Paul | 2010-05-13 | 1 | -1/+17 |
| | |||||
* | llvmpipe: s/bool/boolean/ in test progs | Brian Paul | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Add test case for lp_bld_printf() | Chris Li | 2010-03-29 | 1 | -0/+162 |