From 8af48fc4d62798dbcc00bcfbbd8bc8f3b47982c7 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 14 Mar 2006 11:23:16 +0000 Subject: More GLSL code: - add texture sampling support; - fix assembly codegen bugs; --- windows/VC6/mesa/mesa/mesa.dsp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'windows') 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 -- cgit v1.2.3