llvmpipe: Factor vector packing/unpacking to a separate source file.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 22 Oct 2009 17:28:17 +0000 (18:28 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 22 Oct 2009 18:12:13 +0000 (19:12 +0100)
commit421507de06bd42a322c5864d887e67e385eb458c
tree206336e353276210a7f215cd7b767321d0fc49ff
parenta07437f8a6a863654487c5586cbd02bfc20f0a3b
llvmpipe: Factor vector packing/unpacking to a separate source file.

These functions will be needed to implement many of the 8bit operations,
and they are quite complex on its own.
src/gallium/drivers/llvmpipe/Makefile
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_bld_conv.c
src/gallium/drivers/llvmpipe/lp_bld_pack.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_bld_pack.h [new file with mode: 0644]