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