diff options
-rw-r--r-- | src/mesa/sources.mak | 2 | ||||
-rw-r--r-- | src/mesa/swrast/s_clear.c (renamed from src/mesa/swrast/s_buffers.c) | 0 | ||||
-rw-r--r-- | 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 d8d48476e8..42d950dfcb 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 index 34ae1b4fcc..34ae1b4fcc 100644 --- a/src/mesa/swrast/s_buffers.c +++ b/src/mesa/swrast/s_clear.c diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 31d5fe54b8..0fab29df40 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
|