llvmpipe: Pixel packing/unpacking and loop code generators.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 27 Jul 2009 00:23:15 +0000 (01:23 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:16 +0000 (09:21 +0100)
commit8783732c4d2b9162d996f678eb41e3eae3ac86c7
tree331d43c48d525e55a2f5e859a3a59771fb0fe3c0
parent15422b2d99be074e1d6ac064b6f791245975da83
llvmpipe: Pixel packing/unpacking and loop code generators.

Just a small proof of concept plus a standalone test app. Not integrated
with the rest of the driver yet.
src/gallium/drivers/llvmpipe/Makefile
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_loop.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_pack.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_test.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_unpack.c [new file with mode: 0644]