From 421e9aa71c9dc1c1462e55338dc5ceafb773e201 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 29 Apr 2010 12:26:24 -0600 Subject: mesa: added _mesa_print_framebuffer() for debugging --- src/mesa/main/framebuffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/framebuffer.h') 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 */ -- cgit v1.2.3