summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-08-30 15:12:20 +0200
committerSamuel Pitoiset <[email protected]>2017-09-01 09:41:54 +0200
commitad42e2abb8507dd85f07e5aad539154b0d5c78ea (patch)
treeee3d314099e77179f70231136b8ae2d06659197d /src/amd/vulkan/Makefile.sources
parentf1f2f00f6ac3eb8ccdae4ad4aedfce354ae01e41 (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/Makefile.sources')
-rw-r--r--src/amd/vulkan/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources
index d3e0c81e9a3..96399a246e2 100644
--- a/src/amd/vulkan/Makefile.sources
+++ b/src/amd/vulkan/Makefile.sources
@@ -33,6 +33,7 @@ RADV_WS_AMDGPU_FILES := \
VULKAN_FILES := \
radv_cmd_buffer.c \
radv_cs.h \
+ radv_debug.c \
radv_debug.h \
radv_device.c \
radv_descriptor_set.c \