glapi: Do not use glapidispatch.h.
authorChia-I Wu <olv@lunarg.com>
Mon, 25 Oct 2010 14:05:20 +0000 (22:05 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 27 Oct 2010 02:06:25 +0000 (10:06 +0800)
commitb5022ad03584f119b27c143b53e7ed80e8c12ffb
tree3adbb6dc219119ec1ac2e4d64cac89c78302f79e
parent9b3c4d3e67db9d43fc6b12d2b4943b087c80c926
glapi: Do not use glapidispatch.h.

glapidispatch.h exists so that core mesa (libmesa.a) can be built for
DRI drivers or for non-DRI drivers as a compile time decision (whether
IN_DRI_DRIVER is defined).  It is of no use to glapi.  This commit also
drops the use of glapidispatch.h in glx and libgl-xlib as they are
considered extensions to glapi when it comes to defining public GL
entries.
src/gallium/targets/libgl-xlib/xlib.c
src/glx/indirect.c
src/glx/single2.c
src/glx/singlepix.c
src/mapi/glapi/gen/glX_proto_send.py
src/mapi/glapi/glapi_dispatch.c
src/mesa/drivers/x11/glxapi.c