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/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index 8a13010c27b..5d9f2d3c05a 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -39,6 +39,7 @@ MAIN_SOURCES = \ main/light.c \ main/lines.c \ main/matrix.c \ + main/mipmap.c \ main/mm.c \ main/occlude.c \ main/pixel.c \ -- cgit v1.2.3