Re: [Mesa-dev] [PATCH 1/8] main/performance_query: s/GLboolean/bool/

2017-02-24 Thread Emil Velikov
On 24 February 2017 at 13:57, Robert Bragg wrote: > Ideally would have caught these when adding the interface but this just > switches a few return type for the INTEL_performance_query backend > interface to bool instead of GLboolean. > Using non-GL types for internal stuff - yes, please. Reviewe

[Mesa-dev] [PATCH 1/8] main/performance_query: s/GLboolean/bool/

2017-02-24 Thread Robert Bragg
Ideally would have caught these when adding the interface but this just switches a few return type for the INTEL_performance_query backend interface to bool instead of GLboolean. Signed-off-by: Robert Bragg --- src/mesa/drivers/dri/i965/brw_performance_query.c | 4 ++-- src/mesa/main/dd.h