summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_format.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-04-19llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca1-2/+8
2015-11-24llvmpipe: don't test for unsupported formats in lp_test_formatRoland Scheidegger1-0/+12
2015-11-04llvmpipe: add cache for compressed texturesRoland Scheidegger1-5/+31
2014-11-18gallivm: fix alignment issue for vertex data fetchRoland Scheidegger1-1/+2
2014-10-24llvmpipe: Ensure the packed input of the lp_test_format is aligned.José Fonseca1-2/+10
2014-10-24llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca1-0/+2
2014-09-30llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c.Vinson Lee1-1/+1
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-2/+2
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-4/+4
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-53/+42
2012-06-29tests: Updated tests to properly handle NaN for half floats.James Benton1-0/+6
2011-10-26llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie1-0/+3
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-37/+39
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca1-1/+3
2010-07-01llvmpipe: silence pointer type warningsBrian Paul1-4/+8
2010-07-01gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca1-71/+159
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-14/+2
2010-05-24llvmpipe: Also test compressed formats in lp_test_format()José Fonseca1-0/+2
2010-05-24llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca1-1/+1
2010-05-13llvmpipe: silence cast warnings in test programsBrian Paul1-1/+14
2010-05-12llvmpipe: s/bool/boolean/ in test progsBrian Paul1-3/+3
2010-05-08llvmpipe: Cover more formats in unit test.José Fonseca1-29/+38
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca1-47/+33
2010-04-20gallivm: Cleanups and bugfixes to aos format translation.José Fonseca1-131/+90
2010-04-20gallivm: Bring aos format back to life.José Fonseca1-0/+314
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca1-314/+0
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul1-1/+1
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul1-1/+1
2010-03-01llvmpipe: Rename pipe formats.José Fonseca1-24/+24
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-1/+1
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca1-1/+1
2009-11-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca1-0/+1
2009-10-25llvmpipe: Share testing infrastructure with lp_test_format.José Fonseca1-22/+45
2009-10-25llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca1-5/+14
2009-10-25llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca1-6/+13
2009-10-22llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca1-0/+3
2009-10-04llvmpipe: Remove loop testing from format testing.José Fonseca1-6/+0
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca1-0/+5
2009-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca1-2/+2
2009-08-29llvmpipe: Split control flow function declarations and notes.José Fonseca1-1/+2
2009-08-29llvmpipe: Cleanup test programs.José Fonseca1-0/+271