diff options
author | Nicolai Hähnle <[email protected]> | 2017-05-08 13:29:02 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-05-10 08:58:23 +0200 |
commit | bcc37711cd9990eed4464fa80490d862b4202c94 (patch) | |
tree | 424d0e55678a1fa1a461a84a157e9ef75f8cfea5 /src/gallium/auxiliary/util/u_dump.h | |
parent | 45ccb661d8b2aba00f1bdc0d3de4efe5b2a4a9f9 (diff) |
gallium/util: add util_dump_grid_info
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_dump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h index bce8517b4e6..3a701ac5be9 100644 --- a/src/gallium/auxiliary/util/u_dump.h +++ b/src/gallium/auxiliary/util/u_dump.h @@ -191,6 +191,9 @@ void util_dump_draw_info(FILE *stream, const struct pipe_draw_info *state); void +util_dump_grid_info(FILE *stream, const struct pipe_grid_info *state); + +void util_dump_box(FILE *stream, const struct pipe_box *box); void |