diff options
author | Kristian Høgsberg <[email protected]> | 2010-09-09 18:59:49 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-09-09 19:02:55 -0400 |
commit | 042a333028eba49f21b45cafaf9dd15d34c68033 (patch) | |
tree | 0827f533c2a7e53d0b80fe1261e5b1ca028fee5f /src/mesa/main/context.h | |
parent | 1f3c7d968c4313dbb71bc93306556cc9292d06ef (diff) |
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.
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 142243f5ee3..c61da62826f 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -145,9 +145,6 @@ extern GLboolean _mesa_make_current( GLcontext *ctx, GLframebuffer *drawBuffer, GLframebuffer *readBuffer ); -extern void -_mesa_set_dispatch(void *table); - extern GLboolean _mesa_share_state(GLcontext *ctx, GLcontext *ctxToShare); |