glapi: Move public function/variable declarations to glapi.h.
authorChia-I Wu <olv@lunarg.com>
Sat, 21 Aug 2010 03:50:22 +0000 (11:50 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 21 Aug 2010 06:13:59 +0000 (14:13 +0800)
commit760451baaec42bced6ade5026546ed3759495d70
tree8826e7528534ac10e97b06de836f3bd1b14c6158
parent0eac4b8740d4434037677166f2339e894d4ebac4
glapi: Move public function/variable declarations to glapi.h.

glapi defines an interface that is used by DRI drivers.  It must not be
changed in an ABI incompatible way.  This commit moves all
functions/variables belong to the interface to glapi.h.  Instead of
including u_current.h from glapi.h, u_current.h now includes glapi.h.
src/mapi/glapi/glapi.h
src/mapi/glapi/glapi_nop.c
src/mapi/glapi/glthread.c
src/mapi/glapi/glthread.h
src/mapi/mapi/u_current.h