Re: [Mesa-dev] [PATCH] radeonsi: expose performance counters as 64 bit

2016-05-08 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, May 8, 2016 at 12:06 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This is useful for shader-related counters, since they tend to quickly > exceed 32 bits. > --- >

[Mesa-dev] [PATCH] radeonsi: expose performance counters as 64 bit

2016-05-08 Thread Nicolai Hähnle
From: Nicolai Hähnle This is useful for shader-related counters, since they tend to quickly exceed 32 bits. --- src/gallium/drivers/radeon/r600_perfcounter.c | 22 +++--- src/gallium/drivers/radeonsi/si_perfcounter.c | 13 - 2 files changed,