summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/Makefile
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 18:22:16 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 18:24:30 -0600
commite4b5265487c3d912ea84511064681e02f3e2a5ba (patch)
treef6ed06e1f38028b5baf2401637cd44e4b0166acb /src/mesa/pipe/softpipe/Makefile
parent0dc4eea64f56cc93e5359372b08b99a2d600273c (diff)
use new tex filtering code
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r--src/mesa/pipe/softpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile
index 3e815aa467..feb167405a 100644
--- a/src/mesa/pipe/softpipe/Makefile
+++ b/src/mesa/pipe/softpipe/Makefile
@@ -30,6 +30,7 @@ DRIVER_SOURCES = \
sp_state_setup.c \
sp_state_surface.c \
sp_tex_layout.c \
+ sp_tex_sample.c \
sp_surface.c
C_SOURCES = \