diff options
author | Michal Krol <mjkrol@gmail.org> | 2006-03-14 11:23:16 +0000 |
---|---|---|
committer | Michal Krol <mjkrol@gmail.org> | 2006-03-14 11:23:16 +0000 |
commit | 8af48fc4d62798dbcc00bcfbbd8bc8f3b47982c7 (patch) | |
tree | d663fe97399b7564f5f8e21b6a3f695c004babc8 /windows | |
parent | e9484e40858ffd4474571b27136e7ea0f2b682db (diff) |
More GLSL code:
- add texture sampling support;
- fix assembly codegen bugs;
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 4eec5c0c5a..8d5034076f 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -329,6 +329,19 @@ SOURCE=..\..\..\..\src\mesa\main\image.c # Begin Source File
SOURCE=..\..\..\..\src\mesa\main\imports.c
+
+!IF "$(CFG)" == "mesa - Win32 Release"
+
+!ELSEIF "$(CFG)" == "mesa - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "mesa - Win32 Release x86"
+
+# ADD CPP /YX
+
+!ELSEIF "$(CFG)" == "mesa - Win32 Debug x86"
+
+!ENDIF
+
# End Source File
# Begin Source File
@@ -552,6 +565,10 @@ SOURCE=..\..\..\..\src\mesa\shader\shaderobjects_3dlabs.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_analyse.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble.c
# End Source File
# Begin Source File
@@ -608,6 +625,10 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_noise.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_texsample.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_link.c
# End Source File
# Begin Source File
@@ -1314,6 +1335,10 @@ SOURCE=..\..\..\..\src\mesa\main\simple_list.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_analyse.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble.h
# End Source File
# Begin Source File
@@ -1366,6 +1391,10 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_noise.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_texsample.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_link.h
# End Source File
# Begin Source File
|