summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-02-27 13:00:50 -0700
committerBrian Paul <brianp@vmware.com>2015-02-27 15:22:04 -0700
commit943784bbcd3e44254fd5e9b27b917b49c37206fb (patch)
tree24e892c70c17d28ae7dd14e4ac9ca60071334356 /src/gallium/auxiliary/util/u_debug.h
parentb14cec0b8e98195679eab5afbdba3bb47badccf2 (diff)
gallium/util: add debug_print_usage_enum() debug helper
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r--src/gallium/auxiliary/util/u_debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index 5706eeb8c0c..3b2255244a7 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -470,6 +470,9 @@ debug_print_transfer_flags(const char *msg, unsigned usage);
void
debug_print_bind_flags(const char *msg, unsigned usage);
+void
+debug_print_usage_enum(const char *msg, unsigned usage);
+
#ifdef __cplusplus
}