Re: [Mesa-dev] [PATCH] i965: Implement ARB_pipeline_statistics_query tessellation counters.

2015-11-10 Thread Ben Widawsky
On Mon, Nov 09, 2015 at 11:59:43PM -0800, Kenneth Graunke wrote: > We basically just need to uncomment Ben's code. > > Signed-off-by: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/gen6_queryobj.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > >

Re: [Mesa-dev] [PATCH] i965: Implement ARB_pipeline_statistics_query tessellation counters.

2015-11-10 Thread Kenneth Graunke
On Tuesday, November 10, 2015 08:33:51 AM Ben Widawsky wrote: > On Mon, Nov 09, 2015 at 11:59:43PM -0800, Kenneth Graunke wrote: > > We basically just need to uncomment Ben's code. > > > > Signed-off-by: Kenneth Graunke > > --- > >

[Mesa-dev] [PATCH] i965: Implement ARB_pipeline_statistics_query tessellation counters.

2015-11-10 Thread Kenneth Graunke
We basically just need to uncomment Ben's code. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen6_queryobj.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/gen6_queryobj.c

[Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2015-02-17 Thread Ben Widawsky
NOTE: The implementation was initially one patch, this. All the history is kept here, even though all the core mesa changes were moved to the parent of this patch. This patch implements ARB_pipeline_statistics_query. This addition to GL does not add a new API. Instead, it adds new tokens to the

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2015-02-17 Thread Kenneth Graunke
On Tuesday, February 17, 2015 04:26:19 PM Ben Widawsky wrote: NOTE: The implementation was initially one patch, this. All the history is kept here, even though all the core mesa changes were moved to the parent of this patch. This patch implements ARB_pipeline_statistics_query. This

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-23 Thread Ben Widawsky
On Sun, Nov 23, 2014 at 02:12:10AM -0500, Ilia Mirkin wrote: On Sat, Nov 22, 2014 at 6:52 PM, Ben Widawsky benjamin.widaw...@intel.com wrote: This patch implements ARB_pipeline_statistics_query. This addition to GL does not add a new API. Instead, it adds new tokens to the existing query

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-23 Thread Ilia Mirkin
On Sun, Nov 23, 2014 at 1:31 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, Nov 23, 2014 at 02:12:10AM -0500, Ilia Mirkin wrote: On Sat, Nov 22, 2014 at 6:52 PM, Ben Widawsky benjamin.widaw...@intel.com wrote: This patch implements ARB_pipeline_statistics_query. This addition to GL does

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-23 Thread Ben Widawsky
On Sun, Nov 23, 2014 at 01:50:08PM -0500, Ilia Mirkin wrote: On Sun, Nov 23, 2014 at 1:31 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, Nov 23, 2014 at 02:12:10AM -0500, Ilia Mirkin wrote: On Sat, Nov 22, 2014 at 6:52 PM, Ben Widawsky benjamin.widaw...@intel.com wrote: This patch

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-23 Thread Ilia Mirkin
On Sun, Nov 23, 2014 at 1:55 PM, Ben Widawsky benjamin.widaw...@intel.com wrote: On Sun, Nov 23, 2014 at 01:50:08PM -0500, Ilia Mirkin wrote: On Sun, Nov 23, 2014 at 1:31 PM, Ben Widawsky b...@bwidawsk.net wrote: On Sun, Nov 23, 2014 at 02:12:10AM -0500, Ilia Mirkin wrote: On Sat, Nov 22,

[Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-22 Thread Ben Widawsky
This patch implements ARB_pipeline_statistics_query. This addition to GL does not add a new API. Instead, it adds new tokens to the existing query APIs. The work to hook up the new tokens is trivial due to it's similarity to the previous work done for the query APIs. I've implemented all the new

Re: [Mesa-dev] [PATCH] i965: implement ARB_pipeline_statistics_query

2014-11-22 Thread Ilia Mirkin
On Sat, Nov 22, 2014 at 6:52 PM, Ben Widawsky benjamin.widaw...@intel.com wrote: This patch implements ARB_pipeline_statistics_query. This addition to GL does not add a new API. Instead, it adds new tokens to the existing query APIs. The work to hook up the new tokens is trivial due to it's