Module: Mesa
Branch: master
Commit: 935d58ac73077ccb164e698088c5b789452b08e9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=935d58ac73077ccb164e698088c5b789452b08e9

Author: Marek Olšák <marek.ol...@amd.com>
Date:   Sun Jan 15 21:50:54 2017 +0100

radeonsi: show average results per frame for perf counters in HUD

so that the graphs are independent from FPS.

Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>

---

 src/gallium/drivers/radeon/r600_perfcounter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeon/r600_perfcounter.c 
b/src/gallium/drivers/radeon/r600_perfcounter.c
index 0c55fc2..4671b20 100644
--- a/src/gallium/drivers/radeon/r600_perfcounter.c
+++ b/src/gallium/drivers/radeon/r600_perfcounter.c
@@ -545,7 +545,7 @@ int r600_get_perfcounter_info(struct r600_common_screen 
*screen,
        info->query_type = R600_QUERY_FIRST_PERFCOUNTER + index;
        info->max_value.u64 = 0;
        info->type = PIPE_DRIVER_QUERY_TYPE_UINT64;
-       info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_CUMULATIVE;
+       info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_AVERAGE;
        info->group_id = base_gid + sub / block->num_selectors;
        info->flags = PIPE_DRIVER_QUERY_FLAG_BATCH;
        if (sub > 0 && sub + 1 < block->num_selectors * block->num_groups)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to