summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-27 13:59:32 -0600
committerBrian Paul <brianp@vmware.com>2009-10-27 17:00:31 -0600
commit403181b91355c733883d0a6d7f48440212226d45 (patch)
tree2893228851899d1549a0391aedf39895c361cba5 /src/mesa/main/debug.h
parent58a4328e96160ad6c529edb321cdc5ea929a3f02 (diff)
mesa: more texture debug code changes, improvements
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r--src/mesa/main/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h
index f66f774a45..d12ea602dd 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -58,13 +58,13 @@ extern void _mesa_init_debug( GLcontext *ctx );
#endif
extern void
-_mesa_dump_texture(GLuint texture, GLboolean dumpImages);
+_mesa_dump_texture(GLuint texture, GLuint writeImages);
extern void
-_mesa_dump_textures(GLboolean dumpImages);
+_mesa_dump_textures(GLuint writeImages);
extern void
-_mesa_dump_renderbuffers(GLboolean dumpImages);
+_mesa_dump_renderbuffers(GLboolean writeImages);
extern void
_mesa_dump_color_buffer(const char *filename);