summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_format.c
AgeCommit message (Collapse)Author
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-01llvmpipe: Rename pipe formats.José Fonseca
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca
2009-11-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca
2009-10-25llvmpipe: Share testing infrastructure with lp_test_format.José Fonseca
2009-10-25llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca
2009-10-25llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca
2009-10-22llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca
2009-10-04llvmpipe: Remove loop testing from format testing.José Fonseca
Loop building will be rewritten.
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca
2009-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca
2009-08-29llvmpipe: Split control flow function declarations and notes.José Fonseca
2009-08-29llvmpipe: Cleanup test programs.José Fonseca