Re: [Mesa-dev] [PATCH v2 7/9] gallium: add the concept of batch queries

2015-11-15 Thread Samuel Pitoiset
You'll need to update this patch and set 'info->flags = 0' in nv50_query.c as well. I pushed some performance counters for nv50 yesterday. Thanks for doing this change. On 11/13/2015 08:17 PM, Nicolai Hähnle wrote: Some drivers (in particular radeon[si], but also freedreno judging from a

[Mesa-dev] [PATCH v2 7/9] gallium: add the concept of batch queries

2015-11-13 Thread Nicolai Hähnle
Some drivers (in particular radeon[si], but also freedreno judging from a quick grep) may want to expose performance counters that cannot be individually enabled or disabled. Allow such drivers to mark driver-specific queries as requiring a new type of batch query object that is used to start and