aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_printf.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Silence unused value warning.Vinson Lee2010-07-301-0/+1
|
* llvmpipe: also test the new lp_build_assert() functionBrian Paul2010-07-291-0/+4
|
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-291-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 testBrian Paul2010-06-041-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é Fonseca2010-05-301-13/+2
|
* llvmpipe: silence cast warnings in test programsBrian Paul2010-05-131-1/+17
|
* llvmpipe: s/bool/boolean/ in test progsBrian Paul2010-05-121-1/+1
|
* Add test case for lp_bld_printf()Chris Li2010-03-291-0/+162