diff options
author | Brian <[email protected]> | 2007-08-07 18:22:16 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-07 18:24:30 -0600 |
commit | e4b5265487c3d912ea84511064681e02f3e2a5ba (patch) | |
tree | f6ed06e1f38028b5baf2401637cd44e4b0166acb /src/mesa/pipe/softpipe/Makefile | |
parent | 0dc4eea64f56cc93e5359372b08b99a2d600273c (diff) |
use new tex filtering code
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r-- | src/mesa/pipe/softpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile index 3e815aa4673..feb167405a3 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 = \ |