summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_format_aos.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-383/+0
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee1-1/+1
2009-10-25llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.José Fonseca1-0/+141
2009-10-25llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca1-31/+1
2009-10-25llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca1-31/+1
2009-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca1-15/+15
2009-08-29llvmpipe: Merge all pixel format related files.José Fonseca1-0/+303