summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-29 09:25:16 -0600
committerBrian Paul <brianp@vmware.com>2009-10-29 10:50:26 -0600
commit67df4fb56bcb72eddcfc187454d95b663cc43578 (patch)
tree2be28b17948b485437d40ddc0011c3aabcebd586 /src/mesa/main/debug.h
parentd580c0c8f7cad69b808118ef2aa6161f62f160d8 (diff)
mesa: move, clean-up _mesa_print_texture()
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 d12ea602dd..0449cb1798 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -75,4 +75,7 @@ _mesa_dump_depth_buffer(const char *filename);
extern void
_mesa_dump_stencil_buffer(const char *filename);
+extern void
+_mesa_print_texture(GLcontext *ctx, const struct gl_texture_image *img);
+
#endif