Re: [Mesa-dev] [PATCH 1/6] anv: Add a performance warning helper

2017-03-07 Thread Lionel Landwerlin
This series is : Reviewed-by: Lionel Landwerlin On 07/03/17 17:36, Jason Ekstrand wrote: This acts identically to anv_finishme except that it only dumps out these nice log messages if you run with INTEL_DEBUG=perf. --- src/intel/vulkan/anv_private.h | 14 ++ src/intel/vulkan/anv

[Mesa-dev] [PATCH 1/6] anv: Add a performance warning helper

2017-03-07 Thread Jason Ekstrand
This acts identically to anv_finishme except that it only dumps out these nice log messages if you run with INTEL_DEBUG=perf. --- src/intel/vulkan/anv_private.h | 14 ++ src/intel/vulkan/anv_util.c| 13 + 2 files changed, 27 insertions(+) diff --git a/src/intel/vulkan/