diff options
author | Brian Paul <[email protected]> | 2009-01-12 08:35:53 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-12 08:36:21 -0700 |
commit | 88fdddcbbe690c52f91f76216298700c370f9650 (patch) | |
tree | 415e10e260a3978d4b70d52ca3ab8141220dcddd /windows | |
parent | 1598be5083758c1c289be16ee01665865ed0fb62 (diff) |
windows: added new sources for 7.3 (may be more, needs testing)
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 91e1849669d..9b11098d543 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -180,6 +180,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\api_exec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\api_loopback.c"
>
</File>
@@ -328,6 +332,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi_getproc.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"
>
</File>
@@ -466,6 +474,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\multisample.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c"
>
</File>
@@ -482,6 +494,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\pixelstore.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\points.c"
>
</File>
@@ -858,6 +874,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_rasterpos.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c"
>
</File>
@@ -922,6 +942,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\texenv.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c"
>
</File>
@@ -930,6 +954,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\texgen.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\teximage.c"
>
</File>
@@ -938,6 +966,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\texparam.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\texrender.c"
>
</File>
@@ -1347,6 +1379,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_cache.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"
>
</File>
@@ -1523,6 +1559,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\scissor.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\shaders.h"
>
</File>
|