Re: [Mesa-dev] [PATCH 4/6] mesa: Implement INTEL_performance_query.

2014-05-02 Thread Kenneth Graunke
On 04/23/2014 01:08 AM, Petri Latvala wrote: > Using the existing driver hooks made for AMD_performance_monitor, implement > INTEL_performance_query functions. > > v2: Whitespace changes. > v3: Whitespace changes, add a _mesa_warning() > > Signed-off-by: Petri Latvala > Reviewed-by: Ian Romanick

[Mesa-dev] [PATCH 4/6] mesa: Implement INTEL_performance_query.

2014-04-23 Thread Petri Latvala
Using the existing driver hooks made for AMD_performance_monitor, implement INTEL_performance_query functions. v2: Whitespace changes. v3: Whitespace changes, add a _mesa_warning() Signed-off-by: Petri Latvala Reviewed-by: Ian Romanick --- src/mesa/main/performance_monitor.c | 487