From 24edd9015951dd41898902b6c3973fe605e5871a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 29 Sep 2006 01:24:26 +0000 Subject: Move mipmap generation functions, texture scaling functions into new mipmap.c file. --- src/mesa/swrast/s_texstore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_texstore.c b/src/mesa/swrast/s_texstore.c index e9f4faeed0..b018c5a4a6 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" -- cgit v1.2.3