summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.h
diff options
context:
space:
mode:
authornobled <nobled@dreamwidth.org>2011-05-02 17:20:55 +0000
committerMarek Olšák <maraeo@gmail.com>2012-03-10 21:42:05 +0100
commit5dd750d685d3f80b3783b1205f6727cb867c049a (patch)
treea5a1e278c2c74ac3b83b4a28a772e2282f74935d /src/mesa/main/errors.h
parented087ee49808a692ce8a0389fcf6c9da27f99d8e (diff)
downloadexternal_mesa3d-5dd750d685d3f80b3783b1205f6727cb867c049a.zip
external_mesa3d-5dd750d685d3f80b3783b1205f6727cb867c049a.tar.gz
external_mesa3d-5dd750d685d3f80b3783b1205f6727cb867c049a.tar.bz2
mesa: add some GL_ARB_debug_output functions
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r--src/mesa/main/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h
index e467f5d..6ab9b5e 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