From 29b86f9852b2b7ecc31cdfee56679537e40bc6e2 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 12 Apr 2010 09:53:17 +0000 Subject: svn merge -r524:HEAD "^/branches/released" . --- mesalib/windows/VC8/mesa/gdi/gdi.vcproj | 8 + .../glsl_apps_compile/glsl_apps_compile.vcproj | 304 ++++++++++++ mesalib/windows/VC8/mesa/mesa.sln | 13 + mesalib/windows/VC8/mesa/mesa/mesa.vcproj | 548 ++++++++++++++++++--- 4 files changed, 815 insertions(+), 58 deletions(-) create mode 100644 mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj (limited to 'mesalib/windows/VC8') diff --git a/mesalib/windows/VC8/mesa/gdi/gdi.vcproj b/mesalib/windows/VC8/mesa/gdi/gdi.vcproj index 9a03fbd9d..ec2a7c941 100644 --- a/mesalib/windows/VC8/mesa/gdi/gdi.vcproj +++ b/mesalib/windows/VC8/mesa/gdi/gdi.vcproj @@ -402,6 +402,10 @@ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def" > + + @@ -423,6 +427,10 @@ RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.h" > + + diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj new file mode 100644 index 000000000..3fed6b466 --- /dev/null +++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mesalib/windows/VC8/mesa/mesa.sln b/mesalib/windows/VC8/mesa/mesa.sln index 8a008cfbd..494504e0f 100644 --- a/mesalib/windows/VC8/mesa/mesa.sln +++ b/mesalib/windows/VC8/mesa/mesa.sln @@ -11,12 +11,17 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glu", "glu\glu.vcproj", "{2 EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mesa", "mesa\mesa.vcproj", "{2120C974-2717-4709-B44F-D6E6D0A56448}" + ProjectSection(ProjectDependencies) = postProject + {98AB3D51-1820-4D14-9195-75FCA6997784} = {98AB3D51-1820-4D14-9195-75FCA6997784} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmesa", "osmesa\osmesa.vcproj", "{8D6CD423-383B-49E7-81BC-D20C70B07DF5}" ProjectSection(ProjectDependencies) = postProject {A1B24907-E196-4826-B6AF-26723629B633} = {A1B24907-E196-4826-B6AF-26723629B633} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glsl_apps_compile", "glsl_apps_compile\glsl_apps_compile.vcproj", "{98AB3D51-1820-4D14-9195-75FCA6997784}" +EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "swrast_dri", "swrast_dri\swrast_dri.vcproj", "{FEF62E6F-A7E0-47BE-99A0-2494717DBDB7}" ProjectSection(ProjectDependencies) = postProject {2120C974-2717-4709-B44F-D6E6D0A56448} = {2120C974-2717-4709-B44F-D6E6D0A56448} @@ -58,6 +63,14 @@ Global {FEF62E6F-A7E0-47BE-99A0-2494717DBDB7}.Release Static CRT|Win32.Build.0 = Release Static CRT|Win32 {FEF62E6F-A7E0-47BE-99A0-2494717DBDB7}.Release|Win32.ActiveCfg = Release|Win32 {FEF62E6F-A7E0-47BE-99A0-2494717DBDB7}.Release|Win32.Build.0 = Release|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Debug Static CRT|Win32.ActiveCfg = Debug|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Debug Static CRT|Win32.Build.0 = Debug|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Debug|Win32.ActiveCfg = Debug|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Debug|Win32.Build.0 = Debug|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Release Static CRT|Win32.ActiveCfg = Release|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Release Static CRT|Win32.Build.0 = Release|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Release|Win32.ActiveCfg = Release|Win32 + {98AB3D51-1820-4D14-9195-75FCA6997784}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcproj index 77a1ffd95..758368854 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcproj @@ -27,9 +27,13 @@ > + + + @@ -406,10 +430,6 @@ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c" > - - @@ -478,16 +498,20 @@ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c" > + + @@ -906,6 +930,70 @@ RelativePath="..\..\..\..\src\mesa\main\shared.c" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -958,10 +1046,6 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c" > - - @@ -1206,6 +1290,10 @@ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c" > + + @@ -1227,10 +1315,6 @@ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h" > - - @@ -1255,10 +1339,6 @@ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h" > - - @@ -1303,6 +1383,10 @@ RelativePath="..\..\..\..\src\mesa\main\colortab.h" > + + @@ -1379,6 +1463,10 @@ RelativePath="..\..\..\..\src\mesa\main\fog.h" > + + @@ -1415,22 +1503,6 @@ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h" > - - - - - - - - @@ -1519,18 +1591,10 @@ RelativePath="..\..\..\..\src\mesa\main\macros.h" > - - - - @@ -1727,10 +1791,6 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_points.h" > - - @@ -1787,14 +1847,246 @@ RelativePath="..\..\..\..\src\mesa\main\simple_list.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1815,10 +2107,106 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1839,10 +2227,6 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h" > - - @@ -1867,6 +2251,54 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h" > + + + + + + + + + + + + + + -- cgit v1.2.3