Henri Verbeet : wined3d: Add some TRACEs to command stream callbacks.

Alexandre Julliard julliard at winehq.org
Thu Feb 11 15:37:14 CST 2021


Module: wine
Branch: master
Commit: 7ba0cc908506b821abef10ea2748e55d9de10787
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7ba0cc908506b821abef10ea2748e55d9de10787

Author: Henri Verbeet <hverbeet at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=7ba0cc908506b821abef10ea2748e55d9de10787



More information about the wine-cvs mailing list