diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-02-24 11:20:14 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-02-25 21:32:58 +0800 |
commit | 27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 (patch) | |
tree | a0f1060d6be58eee33228539baac35c7e7d565dc /windows | |
parent | 4cb13b433cfdaa1295e5df048d7ef614545f6e16 (diff) |
glapi: Move src/mesa/main/dispatch.c to glapi and rename.
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in
sources.mak and part of glapi_sources in SConscript. This commit moves
it to glapi/ and renames it to glapi_dispatch.c.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 | ||||
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index caee6c0ca6..623e001c74 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -182,9 +182,6 @@ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\main\dlist.c">
</File>
<File
@@ -227,6 +224,9 @@ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi_dispatch.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\glapi\glthread.c">
</File>
<File
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 15ad229328..8795746916 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -423,10 +423,6 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\mesa\main\dispatch.c"
- >
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\main\dlist.c"
>
</File>
@@ -495,6 +491,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi_dispatch.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\glapi\glapi_getproc.c"
>
</File>
|