Henri Verbeet : wined3d: Add some TRACEs to command stream callbacks.
Module: wine Branch: master Commit: 7ba0cc908506b821abef10ea2748e55d9de10787 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7ba0cc908506b821abef10ea2... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Thu Feb 11 11:52:16 2021 +0100 wined3d: Add some TRACEs to command stream callbacks. I.e., those used with wined3d_cs_init_object() and wined3d_cs_destroy_object(). Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/adapter_gl.c | 6 ++++++ dlls/wined3d/adapter_vk.c | 6 ++++++ dlls/wined3d/buffer.c | 2 ++ dlls/wined3d/device.c | 4 ++++ dlls/wined3d/palette.c | 2 ++ dlls/wined3d/query.c | 2 ++ dlls/wined3d/resource.c | 2 ++ dlls/wined3d/sampler.c | 4 ++++ dlls/wined3d/shader.c | 4 ++++ dlls/wined3d/state.c | 6 ++++++ dlls/wined3d/swapchain.c | 2 ++ dlls/wined3d/texture.c | 2 ++ dlls/wined3d/vertexdeclaration.c | 2 ++ dlls/wined3d/view.c | 12 ++++++++++++ 14 files changed, 56 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7ba0cc908506b821abef1...
participants (1)
-
Alexandre Julliard