summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-15 10:26:56 -0700
committerBrian Paul <brianp@vmware.com>2011-02-16 17:07:02 -0700
commite162f28228ed56ff041ae870b96b813a52dd6b54 (patch)
tree435325e56c5c6bd08f7284f240478e836ddfb1d3 /src/mesa/main/debug.h
parent4b6c9b799b769863286461de1ab045cea8484cba (diff)
downloadexternal_mesa3d-e162f28228ed56ff041ae870b96b813a52dd6b54.zip
external_mesa3d-e162f28228ed56ff041ae870b96b813a52dd6b54.tar.gz
external_mesa3d-e162f28228ed56ff041ae870b96b813a52dd6b54.tar.bz2
mesa: make _mesa_write_renderbuffer_image() non-static
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r--src/mesa/main/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h
index 17aa897..4968a9f 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -64,6 +64,9 @@ extern void _mesa_init_debug( struct gl_context *ctx );
#endif
extern void
+_mesa_write_renderbuffer_image(const struct gl_renderbuffer *rb);
+
+extern void
_mesa_dump_texture(GLuint texture, GLuint writeImages);
extern void