Re: [Mesa-dev] [PATCH] i965: Flush batchbuffer containing the query on glQueryCounter.

2015-04-13 Thread Mathias Fröhlich
Hi Kenneth, > D'oh. Thanks :) > > Reviewed-by: Kenneth Graunke > Cc: mesa-sta...@lists.freedesktop.org Thanks for the review and pushed! Mathias ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

Re: [Mesa-dev] [PATCH] i965: Flush batchbuffer containing the query on glQueryCounter.

2015-04-13 Thread Mathias Fröhlich
Hi, On Sunday, April 12, 2015 10:29:57 Matt Turner wrote: > In the future, instead of putting this in the commit message itself, > use git send-email --annotate and put it below the --- > > Commentary below --- won't be put into the git log when you git am the patch. Ok, I try to remember this

Re: [Mesa-dev] [PATCH] i965: Flush batchbuffer containing the query on glQueryCounter.

2015-04-12 Thread Kenneth Graunke
On Sunday, April 12, 2015 07:08:58 PM mathias.froehl...@gmx.net wrote: > From: Mathias Froehlich > > Hi all, > > the attached patch fixes timer queries as noticed with osgviewer. > Please review! > > Greetings and thanks > > Mathias > > > > This change fixes a regression with timer querie

Re: [Mesa-dev] [PATCH] i965: Flush batchbuffer containing the query on glQueryCounter.

2015-04-12 Thread Matt Turner
On Sun, Apr 12, 2015 at 10:08 AM, wrote: > From: Mathias Froehlich > > Hi all, > > the attached patch fixes timer queries as noticed with osgviewer. > Please review! > > Greetings and thanks > > Mathias > In the future, instead of putting this in the commit message itself, use git send-email

[Mesa-dev] [PATCH] i965: Flush batchbuffer containing the query on glQueryCounter.

2015-04-12 Thread Mathias . Froehlich
From: Mathias Froehlich Hi all, the attached patch fixes timer queries as noticed with osgviewer. Please review! Greetings and thanks Mathias This change fixes a regression with timer queries introduced with commit 3eb6258. There the pending batchbuffer is flushed only if glEndQuery is ex