diff options
author | Brian Paul <[email protected]> | 2011-02-15 10:26:56 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-02-16 17:07:02 -0700 |
commit | e162f28228ed56ff041ae870b96b813a52dd6b54 (patch) | |
tree | 435325e56c5c6bd08f7284f240478e836ddfb1d3 /src/mesa/main/debug.h | |
parent | 4b6c9b799b769863286461de1ab045cea8484cba (diff) |
mesa: make _mesa_write_renderbuffer_image() non-static
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r-- | src/mesa/main/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index 17aa897e8d1..4968a9f1979 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -64,6 +64,9 @@ extern void _mesa_init_debug( struct gl_context *ctx ); #endif extern void +_mesa_write_renderbuffer_image(const struct gl_renderbuffer *rb); + +extern void _mesa_dump_texture(GLuint texture, GLuint writeImages); extern void |