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.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.c')
-rw-r--r-- | src/amd/vulkan/radv_pipeline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index e3a8dff9920..ef5c646317d 100644 --- a/src/amd/vulkan/radv_pipeline.c +++ b/src/amd/vulkan/radv_pipeline.c @@ -27,6 +27,7 @@ #include "util/mesa-sha1.h" #include "util/u_atomic.h" +#include "radv_debug.h" #include "radv_private.h" #include "nir/nir.h" #include "nir/nir_builder.h" |