summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_printf.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-3/+3
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-6/+6
2023-02-06fix: gallivm: limit usage of LLVMContextSetOpaquePointers() to LLVM 15Kai Wasserbäch1-1/+1
2022-11-19util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.hYonggang Luo1-1/+1
2022-07-17gallium: LLVM-15 contexts use non-opaque pointersMihai Preda1-0/+3
2020-06-11gallivm: add support for a cache objectDave Airlie1-1/+1
2016-04-19llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca1-1/+4
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich1-1/+1
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger1-1/+1
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-2/+2
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-21/+16
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-69/+27
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee1-0/+1
2010-07-29llvmpipe: also test the new lp_build_assert() functionBrian Paul1-0/+4
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul1-0/+6
2010-06-04llvmpipe: new -s option to run single testBrian Paul1-0/+8
2010-05-30llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca1-13/+2
2010-05-13llvmpipe: silence cast warnings in test programsBrian Paul1-1/+17
2010-05-12llvmpipe: s/bool/boolean/ in test progsBrian Paul1-1/+1
2010-03-29Add test case for lp_bld_printf()Chris Li1-0/+162