summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-22 09:37:22 -0600
committerBrian Paul <brianp@vmware.com>2009-10-22 18:35:12 -0600
commit488e67bab267dd687dbe83e52974ad4519906fcc (patch)
tree5d26016a59b0fa405965686419785934279b2270 /src/mesa/main/debug.h
parentfb22e801699ef69e40d8e9dfda758be824d86b96 (diff)
mesa: added _mesa_dump_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 2a7de9c6b6..f66f774a45 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -58,6 +58,9 @@ extern void _mesa_init_debug( GLcontext *ctx );
#endif
extern void
+_mesa_dump_texture(GLuint texture, GLboolean dumpImages);
+
+extern void
_mesa_dump_textures(GLboolean dumpImages);
extern void