diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-29 01:24:26 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-09-29 01:24:26 +0000 |
commit | 24edd9015951dd41898902b6c3973fe605e5871a (patch) | |
tree | cc50b14428811e07e5208a64b2c32ea0af3d021b /windows/VC6/mesa | |
parent | bb4b378c602a7a3f8c6453ecf3ce4bd1dbdb0c9a (diff) |
Move mipmap generation functions, texture scaling functions into new
mipmap.c file.
Diffstat (limited to 'windows/VC6/mesa')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 60ff915a32..a2f2f2dff4 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
|