History log of /external/mesa3d/src/mapi/glapi/glapi_dispatch.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b5022ad03584f119b27c143b53e7ed80e8c12ffb 25-Oct-2010 Chia-I Wu <olv@lunarg.com> 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.
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c
042a333028eba49f21b45cafaf9dd15d34c68033 10-Sep-2010 Kristian Høgsberg <krh@bitplanet.net> Revert "glapi: Implement optional dispatch logging"

This reverts commit b9abc6139a310677a37754ea7172d976dbf56979 and the
follow on fixes (7aae704 and 6fe1b47). It's changing the glapi/driver
ABI and causes a number of problems for debug/non-debug builds.
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c
7aae70406bb1c4c9d1e3d026847249684b5e5d0e 09-Sep-2010 Jakob Bornecrantz <wallbraker@gmail.com> glapi: Fix non-debug builds
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c
b9abc6139a310677a37754ea7172d976dbf56979 09-Sep-2010 Kristian Høgsberg <krh@bitplanet.net> glapi: Implement optional dispatch logging

There's a useful feature buried in glapi to log all API calls to stderr.
Unfortunately it requires editing the code and then it's enabled
unconditionally for that build. This patch builds in API logging for
debug builds and makes it run-time switchable by setting MESA_DEBUG=dispatch.
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c
e607b67ebc0d15f6709fc8f9c79afeeda8ac1031 23-Aug-2010 Chia-I Wu <olv@lunarg.com> glapi: Clean up header inclusions.

Do not rely on PUBLIC being defined in glapi.h. Do not include core
mesa headers.
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c
296adbd545b8efd38c9ed508166b2de2764a444b 25-Apr-2010 Chia-I Wu <olv@lunarg.com> glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
/external/mesa3d/src/mapi/glapi/glapi_dispatch.c