summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-20 16:13:08 -0600
committerBrian Paul <brianp@vmware.com>2009-10-21 15:14:30 -0600
commit2cc5a0e6bb8fe2aa0733d70fec65df934b1093f6 (patch)
tree0dfcd75057eb70a185208dbeae627251a0d2e744 /src/mesa/main/debug.h
parentd364f662c685ba0f28aa865fbd7e1f0acc3c469e (diff)
mesa: added _mesa_dump_renderbuffers() debug code
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 bb384c4324..2a7de9c6b6 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -61,6 +61,9 @@ extern void
_mesa_dump_textures(GLboolean dumpImages);
extern void
+_mesa_dump_renderbuffers(GLboolean dumpImages);
+
+extern void
_mesa_dump_color_buffer(const char *filename);
extern void