From ad42e2abb8507dd85f07e5aad539154b0d5c78ea Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 30 Aug 2017 15:12:20 +0200 Subject: radv: move RADV_TRACE_FILE functions to radv_debug.c At the moment, debugging radv is not really easy because the driver doesn't report enough information when it hangs. This new file will be the main location for all debug tools. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_pipeline_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/vulkan/radv_pipeline_cache.c') diff --git a/src/amd/vulkan/radv_pipeline_cache.c b/src/amd/vulkan/radv_pipeline_cache.c index beed35b53a0..ef1f513f369 100644 --- a/src/amd/vulkan/radv_pipeline_cache.c +++ b/src/amd/vulkan/radv_pipeline_cache.c @@ -24,6 +24,7 @@ #include "util/mesa-sha1.h" #include "util/debug.h" #include "util/u_atomic.h" +#include "radv_debug.h" #include "radv_private.h" #include "ac_nir_to_llvm.h" -- cgit v1.2.3