aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_round.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-46/+23
* llvmpipe: Don't test rounding of x.5 numbers.José Fonseca2010-10-181-1/+4
* llvmpipe: Return non-zero exit code for lp_test_round failures.Vinson Lee2010-10-171-10/+9
* llvmpipe: Initialize bld ctx via lp_build_context_init instead of ad-hoc and ...José Fonseca2010-10-171-4/+1
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-291-10/+2
* llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul2010-07-061-0/+277