Re: [Mesa-dev] [PATCH v2 2/7] nv50: allocate a software object class

2015-07-23 Thread Samuel Pitoiset
On 07/22/2015 10:35 PM, Martin Peres wrote: On 01/07/15 01:01, Samuel Pitoiset wrote: This will allow to monitor global performance counters through the command stream of the GPU instead of using ioctls. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_screen.c | 11

Re: [Mesa-dev] [PATCH v2 2/7] nv50: allocate a software object class

2015-07-22 Thread Martin Peres
On 01/07/15 01:01, Samuel Pitoiset wrote: This will allow to monitor global performance counters through the command stream of the GPU instead of using ioctls. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_screen.c | 11 +++ src/gallium/drivers/nouveau/nv50

[Mesa-dev] [PATCH v2 2/7] nv50: allocate a software object class

2015-06-30 Thread Samuel Pitoiset
This will allow to monitor global performance counters through the command stream of the GPU instead of using ioctls. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_screen.c | 11 +++ src/gallium/drivers/nouveau/nv50/nv50_screen.h | 1 + src/gallium/drivers/nou