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/main/fbobject.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/fbobject.c') diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index f00b37fc9f..2ca1014631 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -33,6 +33,7 @@ #include "fbobject.h" #include "framebuffer.h" #include "hash.h" +#include "mipmap.h" #include "renderbuffer.h" #include "state.h" #include "teximage.h" -- cgit v1.2.3