diff options
author | Brian Paul <[email protected]> | 2009-02-07 11:49:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-07 11:49:52 -0700 |
commit | 266fe93a87d5c0c21e9e7960699104e0e8bd54b4 (patch) | |
tree | b790a4b6a14775f87a2232336c165739dc58bc39 /src/mesa/main/debug.h | |
parent | 671fed4d0191734babfe28c7729f2e7cfa7ad8d7 (diff) |
mesa: debug code for printing info about textures, writing teximages to disk
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 94d99c384bd..1862ec75b7b 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -57,4 +57,7 @@ extern void _mesa_init_debug( GLcontext *ctx ); #endif +extern void +_mesa_dump_textures(GLboolean dumpImages); + #endif |