Module: Mesa Branch: master Commit: 14869c09847f7d2f638acb13064fb1bb8bce620c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14869c09847f7d2f638acb13064fb1bb8bce620c
Author: Brian Paul <[email protected]> Date: Sat Sep 19 11:08:20 2009 -0600 mesa: remove s_texstore.c from makefile/project files --- src/mesa/sources.mak | 1 - windows/VC7/mesa/mesa/mesa.vcproj | 3 --- windows/VC8/mesa/mesa/mesa.vcproj | 4 ---- 3 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index fa2a630..0ae1a11 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -125,7 +125,6 @@ SWRAST_SOURCES = \ swrast/s_stencil.c \ swrast/s_texcombine.c \ swrast/s_texfilter.c \ - swrast/s_texstore.c \ swrast/s_triangle.c \ swrast/s_zoom.c diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 4d5d4c7..22d1ce2 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -446,9 +446,6 @@ 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 diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 068da16..348fbab 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -823,10 +823,6 @@ > </File> <File - RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c" - > - </File> - <File RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c" > </File> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
