glapi: Move src/mesa/main/dispatch.c to glapi and rename.
authorChia-I Wu <olv@lunarg.com>
Wed, 24 Feb 2010 03:20:14 +0000 (11:20 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 25 Feb 2010 13:32:58 +0000 (21:32 +0800)
commit27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2
treea0f1060d6be58eee33228539baac35c7e7d565dc
parent4cb13b433cfdaa1295e5df048d7ef614545f6e16
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.
docs/devinfo.html
docs/dispatch.html
src/mesa/Makefile.mgw
src/mesa/SConscript
src/mesa/glapi/glapi_dispatch.c [new file with mode: 0644]
src/mesa/main/descrip.mms
src/mesa/main/dispatch.c [deleted file]
src/mesa/sources.mak
windows/VC7/mesa/mesa/mesa.vcproj
windows/VC8/mesa/mesa/mesa.vcproj