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. --- windows/VC6/mesa/mesa/mesa.dsp | 4 ++++ windows/VC7/mesa/mesa/mesa.vcproj | 3 +++ 2 files changed, 7 insertions(+) (limited to 'windows') diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 60ff915a32e..a2f2f2dff4f 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -393,6 +393,10 @@ SOURCE=..\..\..\..\src\mesa\main\matrix.c # End Source File # Begin Source File +SOURCE=..\..\..\..\src\mesa\main\mipmap.c +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\mesa\main\mm.c # End Source File # Begin Source File diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index c6da5b0cffb..b63312c8862 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -287,6 +287,9 @@ + + -- cgit v1.2.3