summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_conv.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-191-1/+4
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* llvmpipe: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-1/+1
* 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: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger2013-06-051-0/+2
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-42/+45
* llvmpipe: Added a error counter to lp_test_conv.James Benton2012-05-211-3/+7
* llvmpipe: Changed known failures in lp_test_conv.James Benton2012-05-211-3/+9
* llvmpipe: Added fixed point types tests to lp_test_conv.James Benton2012-05-211-6/+7
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-42/+24
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-291-12/+2
* gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2010-07-021-1/+1
* gallivm: Allow to conversions to/from registers of different sizes.José Fonseca2010-07-011-4/+16
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-2/+24
* llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-301-12/+2
* llvmpipe: silence cast warnings in test programsBrian Paul2010-05-131-2/+15
* llvmpipe: s/bool/boolean/ in test progsBrian Paul2010-05-121-2/+2
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-4/+4
* gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca2010-01-121-1/+1
* gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-2/+2
* gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-2/+2
* llvmpipe: Use C-style comment.Vinson Lee2010-01-011-1/+1
* llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca2009-11-091-2/+3
* llvmpipe: Avoid variable size arrays.José Fonseca2009-10-221-2/+2
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-161-2/+2
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-36/+36
* llvmpipe: Get conversions working correctly for all integer types.José Fonseca2009-08-291-7/+7
* llvmpipe: Several fixes of the conversion test.José Fonseca2009-08-291-3/+7
* llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+4
* llvmpipe: Test only present functionality to allow regression testing.José Fonseca2009-08-291-0/+7
* llvmpipe: Handle more conversions.José Fonseca2009-08-291-20/+42
* llvmpipe: Normalize the cycles with the number of channel.José Fonseca2009-08-291-5/+3
* llvmpipe: Handle ubyte -> float conversion too.José Fonseca2009-08-291-2/+2
* llvmpipe: Bootstrap type conversions.José Fonseca2009-08-291-0/+392