aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/meson.build
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2018-01-09 03:22:56 +0100
committerBas Nieuwenhuizen <[email protected]>2018-01-17 11:27:52 +0100
commite5b1bd6ab8f5c1d9bf6a90b7003dc336cbe3cf93 (patch)
treeda5589535c0f1ebe2dcb3d441eb12ea06c85f5ac /src/intel/vulkan/meson.build
parentf69cbb2b53ac3edf7b201ba77430a61471edfa6e (diff)
vulkan: move anv VK_EXT_debug_report implementation to common code.
For also using it in radv. I moved the remaining stubs back to anv_device.c as they were just trivial. This does not move the vk_errorf/anv_perf_warn or the object type macros, as those depend on anv types and logging. Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/intel/vulkan/meson.build')
-rw-r--r--src/intel/vulkan/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build
index a0ec35dadc4..4986f79c213 100644
--- a/src/intel/vulkan/meson.build
+++ b/src/intel/vulkan/meson.build
@@ -109,7 +109,6 @@ libanv_files = files(
'anv_batch_chain.c',
'anv_blorp.c',
'anv_cmd_buffer.c',
- 'anv_debug_report.c',
'anv_descriptor_set.c',
'anv_device.c',
'anv_dump.c',