summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorThomas Henn <thomas.henn@igd.fraunhofer.de>2009-01-20 09:05:18 -0700
committerBrian Paul <brianp@vmware.com>2009-01-20 09:07:01 -0700
commitbbda892c551e7d3f2d94cc877cc6e80f8568fa99 (patch)
tree405d3dcb1a4ffba886c6f1b2a62739179b15c050 /windows
parent61a387dca19d68de901856fe997b805b6af98920 (diff)
windows: new VC8 projects statically linked against libcmt
Diffstat (limited to 'windows')
-rw-r--r--windows/VC8/mesa/gdi/gdi_staticCRT.vcproj261
-rw-r--r--windows/VC8/mesa/glu/glu_staticCRT.vcproj1019
-rw-r--r--windows/VC8/mesa/mesa/dosfile1761
-rw-r--r--windows/VC8/mesa/mesa/dosfile21762
-rw-r--r--windows/VC8/mesa/mesa/mesa_staticCRT.vcproj1768
-rw-r--r--windows/VC8/mesa/mesa_staticCRT.sln46
-rw-r--r--windows/VC8/mesa/osmesa/osmesa_staticCRT.vcproj240
-rw-r--r--windows/VC8/progs/demos/gears_staticCRT.vcproj238
-rw-r--r--windows/VC8/progs/glut/glut_staticCRT.vcproj454
-rw-r--r--windows/VC8/progs/progs_staticCRT.sln31
10 files changed, 7580 insertions, 0 deletions
diff --git a/windows/VC8/mesa/gdi/gdi_staticCRT.vcproj b/windows/VC8/mesa/gdi/gdi_staticCRT.vcproj
new file mode 100644
index 0000000000..47bd522168
--- /dev/null
+++ b/windows/VC8/mesa/gdi/gdi_staticCRT.vcproj
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="gdi_staticCRT"
+ ProjectGUID="{A1B24907-E196-4826-B6AF-26723629B633}"
+ RootNamespace="gdi"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/gdi.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;MESA_MINWARN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/gdi.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Debug/OPENGL32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../mesa/Debug"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/OPENGL32.pdb"
+ ImportLibrary=".\Debug/OPENGL32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OPENGL32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OPENGL32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\OPENGL32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/gdi.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../main,../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;MESA_MINWARN"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile=".\Release/gdi.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Release/OPENGL32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../mesa/Release"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
+ ProgramDatabaseFile=".\Release/OPENGL32.pdb"
+ ImportLibrary=".\Release/OPENGL32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\OPENGL32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\OPENGL32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\OPENGL32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesa.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\colors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\GL\wmesa.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesadef.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/mesa/glu/glu_staticCRT.vcproj b/windows/VC8/mesa/glu/glu_staticCRT.vcproj
new file mode 100644
index 0000000000..3b0209acad
--- /dev/null
+++ b/windows/VC8/mesa/glu/glu_staticCRT.vcproj
@@ -0,0 +1,1019 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="glu_staticCRT"
+ ProjectGUID="{2E50FDAF-430B-475B-AE6B-60B68F2875BA}"
+ RootNamespace="glu"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/glu.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;LIBRARYBUILD;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile=".\Release/glu.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Release/GLU32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../gdi/Release"
+ ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
+ ProgramDatabaseFile=".\Release/GLU32.pdb"
+ ImportLibrary=".\Release/GLU32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLU32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLU32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\GLU32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/glu.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;LIBRARYBUILD;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/glu.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Debug/GLU32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../gdi/Debug"
+ ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/GLU32.pdb"
+ ImportLibrary=".\Debug/GLU32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLU32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLU32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\error.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\geom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\glu.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\glue.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\memalloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\mesh.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\mipmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\normal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\project.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\quad.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\registry.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\render.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\sweep.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tess.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tessmono.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\backend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bezierarc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curve.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\defines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\definitions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict-list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaymode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\geom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\glimports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glimports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\gluint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\include\gluos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridtrimvertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridvertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\hull.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\jarcloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\memalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\mesh.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\myassert.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mymath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mysetjmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\mystdio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\mystdlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mystring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\normal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsconsts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-sort.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\pwlarc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\reader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\simplemath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\sweep.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tessmono.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\varray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\zlassert.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="C++ files"
+ Filter=".cc"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arc.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\backend.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bin.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\ccw.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curve.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvesub.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glinterface.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\hull.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\incurveeval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\insurfeval.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\intersect.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdescv.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monoTriangulationBackend.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mycode.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsinterfac.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patch.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\reader.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\README"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\splitarcs.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\tobezier.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\varray.cc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\alg-outline"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/mesa/mesa/dosfile b/windows/VC8/mesa/mesa/dosfile
new file mode 100644
index 0000000000..acbbf18cb4
--- /dev/null
+++ b/windows/VC8/mesa/mesa/dosfile
@@ -0,0 +1,1761 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="mesa"
+ ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Release/mesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Release\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/mesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Debug\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\arrayobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dispatch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\getstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mipmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_array.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_rebase.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_copy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colormac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\glheader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\macros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\mathmod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mtypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\simple_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\swrast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\tnl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/mesa/mesa/dosfile2 b/windows/VC8/mesa/mesa/dosfile2
new file mode 100644
index 0000000000..c8357814e5
--- /dev/null
+++ b/windows/VC8/mesa/mesa/dosfile2
@@ -0,0 +1,1762 @@
+
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="mesa"
+ ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Release/mesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Release\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/mesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Debug\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\arrayobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dispatch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\getstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mipmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_array.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_rebase.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_copy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colormac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\glheader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\macros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\mathmod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mtypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\simple_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\swrast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\tnl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/mesa/mesa/mesa_staticCRT.vcproj b/windows/VC8/mesa/mesa/mesa_staticCRT.vcproj
new file mode 100644
index 0000000000..0afa860892
--- /dev/null
+++ b/windows/VC8/mesa/mesa/mesa_staticCRT.vcproj
@@ -0,0 +1,1768 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="mesa_staticCRT"
+ ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
+ RootNamespace="mesa"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\Release/mesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Release\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,MESA_MINWARN;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/mesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Debug\mesa.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\arrayobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clear.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dispatch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlopen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\ffvertex_prog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\getstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi_getproc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mipmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\multisample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixelstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_cache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\readpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\scissor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_rasterpos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_array.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_eval.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_rebase.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_api.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_draw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_loopback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_copy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_exec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\arrayobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bitset.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clear.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colormac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depthstencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlopen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\ffvertex_prog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\glheader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\macros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\mathmod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mcompiler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mfeatures.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mipmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mtypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\multisample.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixelstore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\programopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\queryobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\readpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\scissor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shader_api.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\shaders.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\simple_list.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\swrast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texgen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\tnl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib_tmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/mesa/mesa_staticCRT.sln b/windows/VC8/mesa/mesa_staticCRT.sln
new file mode 100644
index 0000000000..1dffec90f7
--- /dev/null
+++ b/windows/VC8/mesa/mesa_staticCRT.sln
@@ -0,0 +1,46 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual C++ Express 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdi", "gdi\gdi_staticCRT.vcproj", "{A1B24907-E196-4826-B6AF-26723629B633}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2120C974-2717-4709-B44F-D6E6D0A56448} = {2120C974-2717-4709-B44F-D6E6D0A56448}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glu", "glu\glu_staticCRT.vcproj", "{2E50FDAF-430B-475B-AE6B-60B68F2875BA}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A1B24907-E196-4826-B6AF-26723629B633} = {A1B24907-E196-4826-B6AF-26723629B633}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mesa", "mesa\mesa_staticCRT.vcproj", "{2120C974-2717-4709-B44F-D6E6D0A56448}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmesa", "osmesa\osmesa_staticCRT.vcproj", "{8D6CD423-383B-49E7-81BC-D20C70B07DF5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A1B24907-E196-4826-B6AF-26723629B633} = {A1B24907-E196-4826-B6AF-26723629B633}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A1B24907-E196-4826-B6AF-26723629B633}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Debug|Win32.Build.0 = Debug|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Release|Win32.ActiveCfg = Release|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Release|Win32.Build.0 = Release|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Debug|Win32.Build.0 = Debug|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Release|Win32.ActiveCfg = Release|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Release|Win32.Build.0 = Release|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Debug|Win32.Build.0 = Debug|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Release|Win32.ActiveCfg = Release|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Release|Win32.Build.0 = Release|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Debug|Win32.Build.0 = Debug|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Release|Win32.ActiveCfg = Release|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/windows/VC8/mesa/osmesa/osmesa_staticCRT.vcproj b/windows/VC8/mesa/osmesa/osmesa_staticCRT.vcproj
new file mode 100644
index 0000000000..8d5ec0316e
--- /dev/null
+++ b/windows/VC8/mesa/osmesa/osmesa_staticCRT.vcproj
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="osmesa_staticCRT"
+ ProjectGUID="{8D6CD423-383B-49E7-81BC-D20C70B07DF5}"
+ RootNamespace="osmesa"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/osmesa.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OSMESA_EXPORTS"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile=".\Release/osmesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Release/OSMESA32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../gdi/Release"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def"
+ ProgramDatabaseFile=".\Release/OSMESA32.pdb"
+ ImportLibrary=".\Release/OSMESA32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\OSMESA32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\OSMESA32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\OSMESA32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/osmesa.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OSMESA_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/osmesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="Debug/OSMESA32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../gdi/Debug"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/OSMESA32.pdb"
+ ImportLibrary=".\Debug/OSMESA32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OSMESA32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\OSMESA32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\OSMESA32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\osmesa\osmesa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\include\GL\osmesa.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/progs/demos/gears_staticCRT.vcproj b/windows/VC8/progs/demos/gears_staticCRT.vcproj
new file mode 100644
index 0000000000..ea2817377b
--- /dev/null
+++ b/windows/VC8/progs/demos/gears_staticCRT.vcproj
@@ -0,0 +1,238 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="gears_staticCRT"
+ ProjectGUID="{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
+ RootNamespace="gears"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/gears.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/gears.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile=".\Debug/gears.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../glut/Debug"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/gears.pdb"
+ SubSystem="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Debug\gears.exe ..\..\..\..\progs\demos"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/gears.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile=".\Release/gears.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile=".\Release/gears.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../glut/Release"
+ ProgramDatabaseFile=".\Release/gears.pdb"
+ SubSystem="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Release\gears.exe ..\..\..\..\progs\demos"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\progs\demos\gears.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/progs/glut/glut_staticCRT.vcproj b/windows/VC8/progs/glut/glut_staticCRT.vcproj
new file mode 100644
index 0000000000..f634d959cf
--- /dev/null
+++ b/windows/VC8/progs/glut/glut_staticCRT.vcproj
@@ -0,0 +1,454 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="glut_staticCRT"
+ ProjectGUID="{0234F0D2-C8A6-4C4D-93E7-0E2248049C67}"
+ RootNamespace="glut"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/glut.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GLUT_EXPORTS;MESA;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/glut.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="winmm.lib opengl32.lib glu32.lib"
+ OutputFile="Debug/GLUT32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../../mesa/Debug"
+ ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile=".\Debug/GLUT32.pdb"
+ ImportLibrary=".\Debug/GLUT32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLUT32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Debug\GLUT32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Debug\GLUT32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/glut.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GLUT_EXPORTS;MESA;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile=".\Release/glut.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="winmm.lib opengl32.lib glu32.lib"
+ OutputFile="Release/GLUT32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="../../mesa/Release"
+ ModuleDefinitionFile="..\..\..\..\src\glut\glx\glut.def"
+ ProgramDatabaseFile=".\Release/GLUT32.pdb"
+ ImportLibrary=".\Release/GLUT32.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLUT32.LIB ..\..\..\..\lib&#x0D;&#x0A;copy Release\GLUT32.DLL ..\..\..\..\lib&#x0D;&#x0A;if exist ..\..\..\..\progs\demos copy Release\GLUT32.DLL ..\..\..\..\progs\demos&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_8x13.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_9x15.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_bitmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_bwidth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cindex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cursor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_dials.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_dstr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_event.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_ext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_fcb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_fullscrn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_gamemode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_get.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel18.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_init.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_input.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_joy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_key.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_keyctrl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_keyup.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_mesa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_modifier.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_mroman.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_overlay.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_ppm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_roman.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_shapes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_space.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_stroke.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_swap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_swidth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tablet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_teapot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tr10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tr24.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_util.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_vidresize.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_warp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_win.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_winmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_glx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_menu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_util.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_winproc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_x11.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutbitmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutstroke.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutwin32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\stroke.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_glx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_x11.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/windows/VC8/progs/progs_staticCRT.sln b/windows/VC8/progs/progs_staticCRT.sln
new file mode 100644
index 0000000000..4c75e3e734
--- /dev/null
+++ b/windows/VC8/progs/progs_staticCRT.sln
@@ -0,0 +1,31 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gears_staticCRT", "demos\gears_staticCRT.vcproj", "{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
+ ProjectSection(ProjectDependencies) = postProject
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67} = {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glut_staticCRT", "glut\glut_staticCRT.vcproj", "{0234F0D2-C8A6-4C4D-93E7-0E2248049C67}"
+EndProject
+Global
+ GlobalSection(DPCodeReviewSolutionGUID) = preSolution
+ DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
+ EndGlobalSection
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug|Win32.Build.0 = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release|Win32.ActiveCfg = Release|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release|Win32.Build.0 = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug|Win32.Build.0 = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release|Win32.ActiveCfg = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal