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.
This new file documents Mesa's implementation of GL function dispatch. It's not quite complete, but I think there's enough there to make it useful.