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 > > --- > > src/mesa/drivers/dri/i965/gen6_queryobj.c | 8 > > 1 fi

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(-) > > diff --git a/src/mesa/drive

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 a

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 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 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 >> >>

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 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 > >> wrote: > >> > This patch implements ARB_pipeline_statistics_

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 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 >> wrote: >> > This patch implements ARB_pipeline_statistics_query. This addition to GL >> > does >> > not add a new API. Instead,

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 > 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 > > w

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 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 similarity to the > previou