diff options
author | Brian Paul <[email protected]> | 2006-09-29 01:24:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-09-29 01:24:26 +0000 |
commit | 24edd9015951dd41898902b6c3973fe605e5871a (patch) | |
tree | cc50b14428811e07e5208a64b2c32ea0af3d021b /src/mesa/swrast/s_texstore.c | |
parent | bb4b378c602a7a3f8c6453ecf3ce4bd1dbdb0c9a (diff) |
Move mipmap generation functions, texture scaling functions into new
mipmap.c file.
Diffstat (limited to 'src/mesa/swrast/s_texstore.c')
-rw-r--r-- | src/mesa/swrast/s_texstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_texstore.c b/src/mesa/swrast/s_texstore.c index e9f4faeed00..b018c5a4a63 100644 --- a/src/mesa/swrast/s_texstore.c +++ b/src/mesa/swrast/s_texstore.c @@ -43,6 +43,7 @@ #include "convolve.h" #include "image.h" #include "macros.h" +#include "mipmap.h" #include "texformat.h" #include "teximage.h" #include "texstore.h" |