diff options
author | Brian Paul <[email protected]> | 2009-10-20 16:13:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-21 15:14:30 -0600 |
commit | 2cc5a0e6bb8fe2aa0733d70fec65df934b1093f6 (patch) | |
tree | 0dfcd75057eb70a185208dbeae627251a0d2e744 /src/mesa/main/debug.h | |
parent | d364f662c685ba0f28aa865fbd7e1f0acc3c469e (diff) |
mesa: added _mesa_dump_renderbuffers() debug code
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 bb384c43242..2a7de9c6b6a 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -61,6 +61,9 @@ extern void _mesa_dump_textures(GLboolean dumpImages); extern void +_mesa_dump_renderbuffers(GLboolean dumpImages); + +extern void _mesa_dump_color_buffer(const char *filename); extern void |