diff options
author | nobled <[email protected]> | 2011-05-02 17:20:55 +0000 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-03-10 21:42:05 +0100 |
commit | 5dd750d685d3f80b3783b1205f6727cb867c049a (patch) | |
tree | a5a1e278c2c74ac3b83b4a28a772e2282f74935d /src/mesa/main/errors.h | |
parent | ed087ee49808a692ce8a0389fcf6c9da27f99d8e (diff) |
mesa: add some GL_ARB_debug_output functions
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r-- | src/mesa/main/errors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h index e467f5d44f2..6ab9b5eaeae 100644 --- a/src/mesa/main/errors.h +++ b/src/mesa/main/errors.h @@ -44,9 +44,13 @@ extern "C" { #endif +struct _glapi_table; struct gl_context; extern void +_mesa_init_errors_dispatch(struct _glapi_table *disp); + +extern void _mesa_init_errors( struct gl_context *ctx ); extern void |