diff options
author | Brian Paul <[email protected]> | 2009-03-07 12:09:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-07 12:09:33 -0700 |
commit | 2ee5ba0411de9c6cb17326a1f4a6c316295dae69 (patch) | |
tree | 3a5d2bfddb0f34504a9ef56b47503a0f3ec75367 | |
parent | b4026d9be828bd0b6f60158456edf24994efb053 (diff) |
swrast: rename s_buffers.c -> s_clear.c
-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 d8d48476e81..42d950dfcb6 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 34ae1b4fccf..34ae1b4fccf 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 31d5fe54b80..0fab29df406 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
|