diff options
author | José Fonseca <[email protected]> | 2013-11-27 11:43:54 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-11-28 12:19:42 +0000 |
commit | fb5f5b81883f360dcbbf407a0f6f5606bc0c0495 (patch) | |
tree | 2029e9403af000749e6bee4056e791361319b3d0 /src/gallium/auxiliary/util/u_dump.h | |
parent | eb040bd54a22e831367939d0acbacdd256ab9d5b (diff) |
trace: Dump PIPE_QUERY_* enums.
Reviewed-by: Roland Scheidegger <[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 71750a635d3..58e7dfd8244 100644 --- a/src/gallium/auxiliary/util/u_dump.h +++ b/src/gallium/auxiliary/util/u_dump.h @@ -85,6 +85,9 @@ util_dump_tex_mipfilter(unsigned value, boolean shortened); const char * util_dump_tex_filter(unsigned value, boolean shortened); +const char * +util_dump_query_type(unsigned value, boolean shortened); + /* * p_state.h, through a FILE |