diff options
author | marha <marha@users.sourceforge.net> | 2013-10-01 08:04:39 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-10-01 08:04:39 +0200 |
commit | 4366c8fe34719e14906c420d7596e818aadf6ce0 (patch) | |
tree | 0f7b7e161cdd6e7222b70b186b9dfb86676d6fee /mesalib/windows/VC8/mesa | |
parent | 3aaead2ee2e0f925b33c1ccbde7fa3c0b119d064 (diff) | |
download | vcxsrv-4366c8fe34719e14906c420d7596e818aadf6ce0.tar.gz vcxsrv-4366c8fe34719e14906c420d7596e818aadf6ce0.tar.bz2 vcxsrv-4366c8fe34719e14906c420d7596e818aadf6ce0.zip |
Updated mesa project and synchronised files
Diffstat (limited to 'mesalib/windows/VC8/mesa')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 1 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index 9c121e7fe..bcf32b379 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -307,6 +307,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\objectlabel.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pack.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\performance_monitor.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pixeltransfer.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\querymatrix.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\remap.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 5acc18644..d8e801ffc 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -755,6 +755,9 @@ <ClCompile Include="..\..\..\..\src\glsl\builtin_functions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\performance_monitor.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
|