mesa: merge glapidispatch.h into dispatch.h
authorChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 14:24:32 +0000 (22:24 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 8 Jun 2011 15:19:01 +0000 (23:19 +0800)
commit4bb748b609288205ddea750550185d7642025bff
tree30b031eaaccb8ee29b25ffad9916422706377f9b
parent0dc45374f2c62e33680f3a5729a18ba9ee40cd4d
mesa: merge glapidispatch.h into dispatch.h

glapidispatch.h was located in glapi and shared with mesa core.  Because
the way it was shared, mesa core must include it indirectly via
main/dispatch.h.

Now that it is no longer needed by glapi and is located in core mesa,
merging it with main/dispatch.h to avoid wrong uses.
src/glx/apple/apple_glapi.c
src/mapi/glapi/gen-es/Makefile
src/mapi/glapi/gen/Makefile
src/mapi/glapi/gen/gl_table.py
src/mesa/SConscript
src/mesa/main/dispatch.h
src/mesa/main/es_generator.py
src/mesa/main/glapidispatch.h [deleted file]