summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-19 20:39:51 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:37 +0100
commitb5e397c3693fbae6b2c91c602454d9a70651c9c4 (patch)
tree898f9e155e5b92b9f6b40ec42270d229a834a3f4 /src/gallium/auxiliary/util/u_debug_dump.h
parentd6d4f8b66e401e29c4f91fc4b1a7c8da23dc0286 (diff)
util: Dump PIPE_FUNC_x value names.
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_dump.h')
-rw-r--r--src/gallium/auxiliary/util/u_debug_dump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_dump.h b/src/gallium/auxiliary/util/u_debug_dump.h
index e946d91555..102935559c 100644
--- a/src/gallium/auxiliary/util/u_debug_dump.h
+++ b/src/gallium/auxiliary/util/u_debug_dump.h
@@ -51,6 +51,8 @@ debug_dump_blend_factor(unsigned value, boolean shortened);
const char *
debug_dump_blend_func(unsigned value, boolean shortened);
+const char *
+debug_dump_func(unsigned value, boolean shortened);
/* FIXME: Move the other debug_dump_xxx functions out of u_debug.h into here. */