summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-22 20:42:16 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-25 09:53:47 +0000
commitb4f6907b8d8a966df56c06155049c52dadea105f (patch)
treea99d31c1125c572ac5f8dd01955ad3961ef80d63 /src/gallium/drivers/llvmpipe/Makefile
parentc2df759cd73e281c4698c717e0ab89757a7affd5 (diff)
llvmpipe: Move a few format/sampling functions into better space.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index b96ee23a99..ea771392b1 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -22,6 +22,7 @@ C_SOURCES = \
lp_bld_intr.c \
lp_bld_logic.c \
lp_bld_pack.c \
+ lp_bld_sample.c \
lp_bld_sample_soa.c \
lp_bld_swizzle.c \
lp_bld_struct.c \