summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_dump.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-25 12:26:39 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-10-25 12:26:39 +0000
commit47f0529806cff6be84ce4d3637aad4f2e3e0693a (patch)
tree875f4cc867674099e4e22b465ea035b251895440 /src/gallium/auxiliary/util/u_debug_dump.h
parent5fcb75758c50bd10e8bd730e55bcbf73614eeb60 (diff)
util: Human readable output of texture states.
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_dump.h')
-rw-r--r--src/gallium/auxiliary/util/u_debug_dump.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_dump.h b/src/gallium/auxiliary/util/u_debug_dump.h
index 102935559c..19b130ad18 100644
--- a/src/gallium/auxiliary/util/u_debug_dump.h
+++ b/src/gallium/auxiliary/util/u_debug_dump.h
@@ -54,6 +54,18 @@ debug_dump_blend_func(unsigned value, boolean shortened);
const char *
debug_dump_func(unsigned value, boolean shortened);
+const char *
+debug_dump_tex_target(unsigned value, boolean shortened);
+
+const char *
+debug_dump_tex_wrap(unsigned value, boolean shortened);
+
+const char *
+debug_dump_tex_mipfilter(unsigned value, boolean shortened);
+
+const char *
+debug_dump_tex_filter(unsigned value, boolean shortened);
+
/* FIXME: Move the other debug_dump_xxx functions out of u_debug.h into here. */