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/descrip.mms | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/descrip.mms') diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 5790e6b796..d09c57b321 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -56,6 +56,7 @@ SOURCES =accum.c \ light.c \ lines.c \ matrix.c \ + mipmap.c \ mm.c \ occlude.c \ pixel.c \ @@ -118,6 +119,7 @@ imports.obj,\ light.obj,\ lines.obj,\ matrix.obj,\ +mipmap.obj,\ mm.obj,\ occlude.obj,\ pixel.obj,\ @@ -193,6 +195,7 @@ imports.obj : imports.c vsnprintf.c light.obj : light.c lines.obj : lines.c matrix.obj : matrix.c +mipmap.obj : mipmap.c mm.obj : mm.c occlude.obj : occlude.c pixel.obj : pixel.c -- cgit v1.2.3