summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_unpack.c
AgeCommit message (Collapse)Author
2009-08-29llvmpipe: Avoid C99-isms.José Fonseca
2009-08-29llvmpipe: Separate pixel packing/unpacking from loading/storing.José Fonseca
2009-08-29llvmpipe: Adjust for pixel layout changes.José Fonseca
2009-08-29llvmpipe: Fix typo in copyright.José Fonseca
2009-08-29llvmpipe: Pixel packing/unpacking and loop code generators.José Fonseca
Just a small proof of concept plus a standalone test app. Not integrated with the rest of the driver yet.