diff options
author | Brian <[email protected]> | 2007-08-06 20:54:18 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-06 20:54:18 +0100 |
commit | 4a60b94701a54a7110766a184b048106f8fe4628 (patch) | |
tree | f654b13a4021190b23c512666beb6275778009b5 /src/mesa/pipe/softpipe/Makefile | |
parent | 07633371ff4987d3149e78a1f0791da720af4e60 (diff) |
added softpipe_mipmap_tree_layout
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 0eacfa2182a..3e815aa4673 100644 --- a/src/mesa/pipe/softpipe/Makefile +++ b/src/mesa/pipe/softpipe/Makefile @@ -29,6 +29,7 @@ DRIVER_SOURCES = \ sp_state_sampler.c \ sp_state_setup.c \ sp_state_surface.c \ + sp_tex_layout.c \ sp_surface.c C_SOURCES = \ |