Module: Mesa Branch: master Commit: 2ee5ba0411de9c6cb17326a1f4a6c316295dae69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ee5ba0411de9c6cb17326a1f4a6c316295dae69
Author: Brian Paul <[email protected]> Date: Sat Mar 7 12:09:33 2009 -0700 swrast: rename s_buffers.c -> s_clear.c --- src/mesa/sources.mak | 2 +- src/mesa/swrast/{s_buffers.c => s_clear.c} | 0 windows/VC8/mesa/mesa/mesa.vcproj | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index d8d4847..42d950d 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -103,7 +103,7 @@ SWRAST_SOURCES = \ swrast/s_bitmap.c \ swrast/s_blend.c \ swrast/s_blit.c \ - swrast/s_buffers.c \ + swrast/s_clear.c \ swrast/s_copypix.c \ swrast/s_context.c \ swrast/s_depth.c \ diff --git a/src/mesa/swrast/s_buffers.c b/src/mesa/swrast/s_clear.c similarity index 100% rename from src/mesa/swrast/s_buffers.c rename to src/mesa/swrast/s_clear.c diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 31d5fe5..0fab29d 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -743,7 +743,7 @@ > </File> <File - RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c" + RelativePath="..\..\..\..\src\mesa\swrast\s_clear.c" > </File> <File _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
