Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-05-03 Thread Samuel Pitoiset
On 04/14/2015 11:02 PM, Robert Bragg wrote: Hi Samuel, On Tue, Mar 31, 2015 at 5:56 PM, Samuel Pitoiset wrote: Hello Robert, Sorry for the delay, I just saw your message few days ago, and I probably removed the mail by mistake too... And then I was on holiday; so more delay :-) I have ne

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-04-24 Thread Kenneth Graunke
On Tuesday, March 31, 2015 01:56:32 PM Alex Deucher wrote: > I would prefer to keep support for AMD_performance_monitor in mesa. > We may implement more extensive support for this extension in our > radeon open source drivers and it would be nice to be compatible with > our closed source drivers on

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-04-14 Thread Robert Bragg
On Tue, Mar 31, 2015 at 6:56 PM, Alex Deucher wrote: > On Thu, Mar 19, 2015 at 6:40 PM, Robert Bragg wrote: >> Hi Samuel, >> >> I thought I should let you and others know of some related changes >> I've been playing around with to try and improve our support for the >> INTEL_performance_query ext

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-04-14 Thread Robert Bragg
Hi Samuel, On Tue, Mar 31, 2015 at 5:56 PM, Samuel Pitoiset wrote: > Hello Robert, > > Sorry for the delay, I just saw your message few days ago, and I probably > removed the mail by mistake too... And then I was on holiday; so more delay :-) > > I have never heard about your work on this area,

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-31 Thread Alex Deucher
On Thu, Mar 19, 2015 at 6:40 PM, Robert Bragg wrote: > Hi Samuel, > > I thought I should let you and others know of some related changes > I've been playing around with to try and improve our support for the > INTEL_performance_query extension in the i965 dri driver, since it's > quite related to

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-31 Thread Samuel Pitoiset
Hello Robert, Sorry for the delay, I just saw your message few days ago, and I probably removed the mail by mistake too... I have never heard about your work on this area, happy to know right now. :) Well, regarding the backend stuff, I would prefer to keep the same for both GL_AMD_performan

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-19 Thread Robert Bragg
Hi Samuel, I thought I should let you and others know of some related changes I've been playing around with to try and improve our support for the INTEL_performance_query extension in the i965 dri driver, since it's quite related to your work. Some of my work-in-progress changes can currently be

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-19 Thread Samuel Pitoiset
On 03/18/2015 06:13 PM, Marek Olšák wrote: The Gallium interface looked good to me (except where I replied). Sorry, I probably won't have time to review the st/mesa patch. Ok, thank you. I'll submit a v2 for that. Marek On Wed, Mar 18, 2015 at 5:00 PM, Samuel Pitoiset wrote: Bump, is so

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-18 Thread Marek Olšák
The Gallium interface looked good to me (except where I replied). Sorry, I probably won't have time to review the st/mesa patch. Marek On Wed, Mar 18, 2015 at 5:00 PM, Samuel Pitoiset wrote: > Bump, is someone want to make a review of this patch set ? Especially the > "core" stuff... > > > On 03

Re: [Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-18 Thread Samuel Pitoiset
Bump, is someone want to make a review of this patch set ? Especially the "core" stuff... On 03/09/2015 10:09 PM, Samuel Pitoiset wrote: Hello, A series I have waited too long to re-submit, but I recently refactored the code and fixed some minor issues. This patchset enables GL_AMD_performanc

[Mesa-dev] [PATCH 00/15] GL_AMD_performance_monitor

2015-03-09 Thread Samuel Pitoiset
Hello, A series I have waited too long to re-submit, but I recently refactored the code and fixed some minor issues. This patchset enables GL_AMD_performance_monitor for svga, freedreno, r600, radeonsi and nvc0 drivers. This code has been tested with Nouveau (NVD9 and NVE7) but it should also wo