summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-29 12:26:24 -0600
committerBrian Paul <brianp@vmware.com>2010-04-29 15:50:30 -0600
commit421e9aa71c9dc1c1462e55338dc5ceafb773e201 (patch)
treeee8cae600b6a75f04d072011a8bc834731682faa /src/mesa/main/framebuffer.h
parentee29b861298bd165e6b104b218f31c78aed3682a (diff)
mesa: added _mesa_print_framebuffer() for debugging
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index 960513812c..1b6e3b1f0c 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -91,4 +91,7 @@ _mesa_get_color_read_type(GLcontext *ctx);
extern GLenum
_mesa_get_color_read_format(GLcontext *ctx);
+extern void
+_mesa_print_framebuffer(const struct gl_framebuffer *fb);
+
#endif /* FRAMEBUFFER_H */