summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_format_aos.c
AgeCommit message (Collapse)Author
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-21llvmpipe: Remove unnecessary headers.Vinson Lee
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-10-25llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.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-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca
2009-08-29llvmpipe: Merge all pixel format related files.José Fonseca