Re: [Mesa-dev] [PATCH v2 13/15] nvc0: expose more driver-specific query groups

2015-03-27 Thread Ilia Mirkin
It's really confusing to have MP_COUNTER_GROUP being 0 or 1 depending on the setting of DEBUG. Please make them the same. On Sun, Mar 22, 2015 at 11:35 AM, Samuel Pitoiset wrote: > This patch exposes "Driver statistics" and "MP counters" groups. > > Signed-off-by: Samuel Pitoiset > --- > src/ga

[Mesa-dev] [PATCH v2 13/15] nvc0: expose more driver-specific query groups

2015-03-22 Thread Samuel Pitoiset
This patch exposes "Driver statistics" and "MP counters" groups. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_query.c | 61 -- src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 11 + 2 files changed, 69 insertions(+), 3 deletions(-) diff -