Re: [Mesa-dev] [PATCH 2/2] mesa: Add performance debug for meta code.

2013-04-21 Thread Eric Anholt
Kenneth Graunke writes: > On 04/19/2013 11:35 AM, Eric Anholt wrote: >> I noticed a fallback in regnum through sysprof, and wanted a nicer way to >> get information about it. >> --- >> src/mesa/drivers/common/meta.c | 28 +--- >> src/mesa/main/errors.h | 10

Re: [Mesa-dev] [PATCH 2/2] mesa: Add performance debug for meta code.

2013-04-19 Thread Kenneth Graunke
On 04/19/2013 11:35 AM, Eric Anholt wrote: I noticed a fallback in regnum through sysprof, and wanted a nicer way to get information about it. --- src/mesa/drivers/common/meta.c | 28 +--- src/mesa/main/errors.h | 10 ++ 2 files changed, 35 insertio

Re: [Mesa-dev] [PATCH 2/2] mesa: Add performance debug for meta code.

2013-04-19 Thread Brian Paul
On 04/19/2013 12:35 PM, Eric Anholt wrote: I noticed a fallback in regnum through sysprof, and wanted a nicer way to get information about it. --- src/mesa/drivers/common/meta.c | 28 +--- src/mesa/main/errors.h | 10 ++ 2 files changed, 35 insertio

[Mesa-dev] [PATCH 2/2] mesa: Add performance debug for meta code.

2013-04-19 Thread Eric Anholt
I noticed a fallback in regnum through sysprof, and wanted a nicer way to get information about it. --- src/mesa/drivers/common/meta.c | 28 +--- src/mesa/main/errors.h | 10 ++ 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/mesa/dri