commit | a804f5824352e4f714779bd9445c09b66d54bc4a | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue Jul 07 09:15:59 2015 -0600 |
committer | Brian Paul <brianp@vmware.com> | Tue Jul 07 12:36:48 2015 -0600 |
tree | 867b6dd84acdb016d4ef6a0efc5c4135fcb2722b | |
parent | 86ebd31c672f389f354e11b7aef4513dc8b76f13 [diff] |
gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUD This allows drivers to report queries in units of microseconds and have the HUD display "us" (microseconds), "ms" (milliseconds) or "s" (seconds) on the graph. Reviewed-by: Marek Olšák <marek.olsak@amd.com>