aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_sincos.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: silence warnings in lp_test_sincos.cBrian Paul2010-07-291-2/+3
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-291-11/+2
* llvmpipe: Remove unused variable in lp_test_sincos.Vinson Lee2010-07-171-2/+0
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-0/+7
* llvmpipe: s/bool/boolean/Brian Paul2010-05-271-2/+2
* llvmpipe: Delete extraneous arugment too.José Fonseca2010-05-241-1/+1
* llvmpipe: Remove unused sincos_test_case struct.José Fonseca2010-05-241-6/+2
* llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li2010-05-241-0/+204