aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_format.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-5/+0
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-191-2/+8
* llvmpipe: don't test for unsupported formats in lp_test_formatRoland Scheidegger2015-11-241-0/+12
* llvmpipe: add cache for compressed texturesRoland Scheidegger2015-11-041-5/+31
* gallivm: fix alignment issue for vertex data fetchRoland Scheidegger2014-11-181-1/+2
* llvmpipe: Ensure the packed input of the lp_test_format is aligned.José Fonseca2014-10-241-2/+10
* llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca2014-10-241-0/+2
* llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c.Vinson Lee2014-09-301-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-2/+2
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-4/+4
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-53/+42
* tests: Updated tests to properly handle NaN for half floats.James Benton2012-06-291-0/+6
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-261-0/+3
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-37/+39
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-1/+3
* llvmpipe: silence pointer type warningsBrian Paul2010-07-011-4/+8
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-71/+159
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-0/+8
* llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-301-14/+2
* llvmpipe: Also test compressed formats in lp_test_format()José Fonseca2010-05-241-0/+2
* llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca2010-05-241-1/+1
* llvmpipe: silence cast warnings in test programsBrian Paul2010-05-131-1/+14
* llvmpipe: s/bool/boolean/ in test progsBrian Paul2010-05-121-3/+3
* llvmpipe: Cover more formats in unit test.José Fonseca2010-05-081-29/+38
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-201-47/+33
* gallivm: Cleanups and bugfixes to aos format translation.José Fonseca2010-04-201-131/+90
* gallivm: Bring aos format back to life.José Fonseca2010-04-201-0/+314
* llvmpipe: Drop the aos format conversion.José Fonseca2010-03-311-314/+0
* gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-1/+1
* gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-1/+1
* llvmpipe: Rename pipe formats.José Fonseca2010-03-011-24/+24
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-1/+1
* gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca2010-01-121-1/+1
* llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca2009-11-091-0/+1
* llvmpipe: Share testing infrastructure with lp_test_format.José Fonseca2009-10-251-22/+45
* llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca2009-10-251-5/+14
* llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca2009-10-251-6/+13
* llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca2009-10-221-0/+3
* llvmpipe: Remove loop testing from format testing.José Fonseca2009-10-041-6/+0
* llvmpipe: Allow building with LLVM 2.6 too.José Fonseca2009-09-261-0/+5
* llvmpipe: SoA pixel unpacking specialization.José Fonseca2009-09-071-2/+2
* llvmpipe: Split control flow function declarations and notes.José Fonseca2009-08-291-1/+2
* llvmpipe: Cleanup test programs.José Fonseca2009-08-291-0/+271