Module: vkd3d
Branch: master
Commit: 2431357fd64d7a606d2c7f046179631dd8f17e4a
URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/2431357fd64d7a606d2c7f0461796…
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Mar 18 16:16:55 2024 +0100
vkd3d-common: Merge vkd3d_debug.h into vkd3d_common.h.
There doesn't seem much point in separating these. Pretty much all of
vkd3d (eventually) includes vkd3d_debug.h, and vkd3d_debug.h includes
vkd3d_common.h because it uses VKD3D_PRINTF_FUNC. The separation also
makes it inconvenient to use the debug macros in vkd3d_common.h.
---
Makefile.am | 3 -
include/private/vkd3d_common.h | 119 +++++++++++++++++++++++++++++++++
include/private/vkd3d_debug.h | 147 -----------------------------------------
include/private/vkd3d_memory.h | 2 +-
libs/vkd3d-common/blob.c | 1 -
libs/vkd3d-common/debug.c | 2 +-
libs/vkd3d-common/error.c | 1 -
7 files changed, 121 insertions(+), 154 deletions(-)