diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-16 04:12:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-16 04:12:08 +0000 |
commit | 94f70fab64038ea2105098496de8e50223d69dab (patch) | |
tree | e310c4adf3750f8646f6a6677cfcfec6506f6892 /windows | |
parent | 1a5f1bdb428ea3ded1e77796590014f89fe78f77 (diff) |
added depthstencil.[ch]
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 8 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 47cbed016d..0fd4729562 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -173,6 +173,10 @@ SOURCE=..\..\..\..\src\mesa\main\depth.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\depthstencil.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\dispatch.c
# End Source File
# Begin Source File
@@ -803,6 +807,10 @@ SOURCE=..\..\..\..\src\mesa\main\depth.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\depthstencil.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\dlist.h
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 76d1738a9b..6c8447a2d6 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -174,6 +174,9 @@ RelativePath="..\..\..\..\src\mesa\main\depth.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
</File>
<File
@@ -670,6 +673,9 @@ RelativePath="..\..\..\..\src\mesa\main\depth.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\dlist.h">
</File>
<File
|