diff options
author | Brian Paul <[email protected]> | 2009-10-27 13:59:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-27 17:00:31 -0600 |
commit | 403181b91355c733883d0a6d7f48440212226d45 (patch) | |
tree | 2893228851899d1549a0391aedf39895c361cba5 /src/mesa/main/debug.h | |
parent | 58a4328e96160ad6c529edb321cdc5ea929a3f02 (diff) |
mesa: more texture debug code changes, improvements
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r-- | src/mesa/main/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index f66f774a45d..d12ea602dd7 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); |