diff options
author | Brian Paul <[email protected]> | 2012-10-12 12:10:59 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-10-15 07:49:14 -0600 |
commit | 1ec12c53ba71622dc5dcf62c23972aa539792ccb (patch) | |
tree | 2f078ea71f938e6ebddfb26ddd729fe2ab72b68d /src/gallium/auxiliary/util/u_debug.h | |
parent | bcb10ca17221833b2502970fb94ff52cf328ee30 (diff) |
util: added debug_print_transfer_flags() function
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index ec7d4a07a8c..14d319c2cf1 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -446,6 +446,10 @@ void debug_dump_float_rgba_bmp(const char *filename, #endif +void +debug_print_transfer_flags(const char *msg, unsigned usage); + + #ifdef __cplusplus } #endif |