diff options
author | José Fonseca <[email protected]> | 2009-10-22 18:28:17 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-22 19:12:13 +0100 |
commit | 421507de06bd42a322c5864d887e67e385eb458c (patch) | |
tree | 206336e353276210a7f215cd7b767321d0fc49ff /src/gallium/drivers/llvmpipe/Makefile | |
parent | a07437f8a6a863654487c5586cbd02bfc20f0a3b (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 21aff1967a1..b96ee23a993 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -21,6 +21,7 @@ C_SOURCES = \ lp_bld_interp.c \ lp_bld_intr.c \ lp_bld_logic.c \ + lp_bld_pack.c \ lp_bld_sample_soa.c \ lp_bld_swizzle.c \ lp_bld_struct.c \ |