Re: [Mesa-dev] [PATCH 3/3] broadcom/vc4: Add support for HW perfmon

2017-12-22 Thread Eric Anholt
Boris Brezillon writes: > The V3D engine provides several perf counters. > Implement ->get_driver_query_[group_]info() so that these counters are > exposed through the GL_AMD_performance_monitor extension. Thanks for working on this! I've successfully used

[Mesa-dev] [PATCH 3/3] broadcom/vc4: Add support for HW perfmon

2017-12-07 Thread Boris Brezillon
The V3D engine provides several perf counters. Implement ->get_driver_query_[group_]info() so that these counters are exposed through the GL_AMD_performance_monitor extension. Signed-off-by: Boris Brezillon --- src/gallium/drivers/vc4/vc4_context.h | 13 +++