summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-03 19:18:45 +0100
committerMarek Olšák <[email protected]>2012-01-05 18:29:11 +0100
commit1ae9e588fa8e213f414f3d2d2e70c001deb304c8 (patch)
tree2e001efa54609a6afdbe0b5d81be3a304b0b2d29 /src/gallium/auxiliary/util/u_dump.h
parent345b1a31c9f1fdd513d6f394c772830bb811fc94 (diff)
util: add helper function util_dump_draw_info
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump.h')
-rw-r--r--src/gallium/auxiliary/util/u_dump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h
index 3890b3bddca..87d84bead97 100644
--- a/src/gallium/auxiliary/util/u_dump.h
+++ b/src/gallium/auxiliary/util/u_dump.h
@@ -162,6 +162,8 @@ void
util_dump_vertex_element(FILE *stream,
const struct pipe_vertex_element *state);
+void
+util_dump_draw_info(FILE *stream, const struct pipe_draw_info *state);
/* FIXME: Move the other debug_dump_xxx functions out of u_debug.h into here. */