summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_printf.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-191-1/+4
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-1/+1
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-161-1/+1
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-2/+2
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-21/+16
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-69/+27
* 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
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-0/+8
* 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