aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/util/vk_debug_report.c
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: move anv VK_EXT_debug_report implementation to common code.Bas Nieuwenhuizen2018-01-171-0/+122
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]>