Re: [Mesa-dev] [RFC 3/6] Model INTEL perf query backend after query object BE

2015-05-12 Thread Robert Bragg
On Mon, May 11, 2015 at 4:11 PM, Samuel Pitoiset wrote: > Patches 1 and 2 look fine to me. > > See my comments below for this one. > > > On 05/06/2015 02:53 AM, Robert Bragg wrote: >> >> --- a/src/mesa/main/performance_query.c >> +++ b/src/mesa/main/performance_query.c >> @@ -1,5 +1,5 @@ >> /*

Re: [Mesa-dev] [RFC 3/6] Model INTEL perf query backend after query object BE

2015-05-11 Thread Samuel Pitoiset
Patches 1 and 2 look fine to me. See my comments below for this one. On 05/06/2015 02:53 AM, Robert Bragg wrote: Instead of using the same backend interface as AMD_performance_monitor this defines a dedicated INTEL_performance_query interface that is based on the ARB_query_buffer_object interfa

[Mesa-dev] [RFC 3/6] Model INTEL perf query backend after query object BE

2015-05-05 Thread Robert Bragg
Instead of using the same backend interface as AMD_performance_monitor this defines a dedicated INTEL_performance_query interface that is based on the ARB_query_buffer_object interface (considering the similarity of the extensions) with the addition of vfuncs for enumerating queries and their count