diff options
author | Nicolai Hähnle <[email protected]> | 2017-07-27 11:50:41 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-02 09:46:32 +0200 |
commit | aff9c541250575c79f43707e03a3ef114feeebee (patch) | |
tree | 41129a97f7040ead70a733e7503ef3b6901d67cc /src/gallium/auxiliary/util/u_dump.h | |
parent | 16923e42a419048b61b72f8fdae2aed32cf1212a (diff) |
gallium: add util_dump_query_type and use it in ddebug
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 | 2 |
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 de7a451f77d..8ebdafacdcf 100644 --- a/src/gallium/auxiliary/util/u_dump.h +++ b/src/gallium/auxiliary/util/u_dump.h @@ -87,6 +87,8 @@ util_str_query_type(unsigned value, boolean shortened); const char * util_str_prim_mode(unsigned value, boolean shortened); +void +util_dump_query_type(FILE *stream, unsigned value); /* * p_state.h, through a FILE |