diff options
author | Samuel Pitoiset <[email protected]> | 2017-08-30 15:12:20 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-09-01 09:41:54 +0200 |
commit | ad42e2abb8507dd85f07e5aad539154b0d5c78ea (patch) | |
tree | ee3d314099e77179f70231136b8ae2d06659197d /src/amd/vulkan/radv_pipeline_cache.c | |
parent | f1f2f00f6ac3eb8ccdae4ad4aedfce354ae01e41 (diff) |
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 <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_pipeline_cache.c')
-rw-r--r-- | src/amd/vulkan/radv_pipeline_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |