aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows/VC8
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-09-19 13:47:52 +0200
committermarha <marha@users.sourceforge.net>2011-09-19 13:47:52 +0200
commit97f357506241a5314de9071befcd01be731f1dbb (patch)
tree1e7887fb4d37939dd4fc0e1570eb51ebb5941c03 /mesalib/windows/VC8
parent1678a69116d1c6ce900fe15f7813613bb28416dd (diff)
downloadvcxsrv-97f357506241a5314de9071befcd01be731f1dbb.tar.gz
vcxsrv-97f357506241a5314de9071befcd01be731f1dbb.tar.bz2
vcxsrv-97f357506241a5314de9071befcd01be731f1dbb.zip
texfetch.* -> s_texfetch.*
Diffstat (limited to 'mesalib/windows/VC8')
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj1
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters3
-rw-r--r--mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj1
-rw-r--r--mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj.filters3
4 files changed, 4 insertions, 4 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 129dffc57..2664382da 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -306,7 +306,6 @@
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_rgtc.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_s3tc.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texenv.c" />
- <ClCompile Include="..\..\..\..\src\mesa\main\texfetch.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\samplerobj.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texformat.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texgen.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index b3c5fe5ed..ab93813d3 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -275,9 +275,6 @@
<ClCompile Include="..\..\..\..\src\mesa\main\texenv.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\main\texfetch.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\samplerobj.c">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
index 9cf31d29d..c2a64f71a 100644
--- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
+++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj
@@ -158,6 +158,7 @@
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_stencil.c" />
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texcombine.c" />
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texrender.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\swrast\s_texfetch.c" />
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texfilter.c" />
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texture.c" />
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_triangle.c" />
diff --git a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj.filters b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj.filters
index f54327588..64aca3530 100644
--- a/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/swrast_dri/swrast_dri.vcxproj.filters
@@ -123,6 +123,9 @@
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texcombine.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\swrast\s_texfetch.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\swrast\s_texrender.c">
<Filter>Source Files</Filter>
</ClCompile>