Alexandre Julliard : wined3d: Use the bundled vkd3d and build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Mar 3 16:06:40 CST 2022


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar  3 09:51:34 2022 +0100

wined3d: Use the bundled vkd3d and build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/Makefile.in             |   6 +--
 dlls/wined3d/adapter_gl.c            |   2 -
 dlls/wined3d/adapter_vk.c            |   8 ++-
 dlls/wined3d/arb_program_shader.c    |   2 -
 dlls/wined3d/ati_fragment_shader.c   |   2 -
 dlls/wined3d/buffer.c                |   2 -
 dlls/wined3d/context.c               |   2 -
 dlls/wined3d/context_gl.c            |   6 +--
 dlls/wined3d/context_vk.c            |   2 -
 dlls/wined3d/cs.c                    |   3 +-
 dlls/wined3d/device.c                |   4 +-
 dlls/wined3d/directx.c               |   8 ++-
 dlls/wined3d/gl_compat.c             |   2 -
 dlls/wined3d/glsl_shader.c           |   2 -
 dlls/wined3d/nvidia_texture_shader.c |   2 -
 dlls/wined3d/palette.c               |   1 -
 dlls/wined3d/query.c                 |   1 -
 dlls/wined3d/resource.c              |   1 -
 dlls/wined3d/sampler.c               |   2 -
 dlls/wined3d/shader.c                |   2 -
 dlls/wined3d/shader_sm1.c            |   2 -
 dlls/wined3d/shader_sm4.c            |   2 -
 dlls/wined3d/shader_spirv.c          | 102 +----------------------------------
 dlls/wined3d/state.c                 |   2 -
 dlls/wined3d/stateblock.c            |   1 -
 dlls/wined3d/surface.c               |   1 -
 dlls/wined3d/swapchain.c             |   1 -
 dlls/wined3d/texture.c               |   1 -
 dlls/wined3d/utils.c                 |   2 -
 dlls/wined3d/vertexdeclaration.c     |   1 -
 dlls/wined3d/view.c                  |   2 -
 dlls/wined3d/wined3d_main.c          |   4 --
 dlls/wined3d/wined3d_private.h       |  46 +++-------------
 33 files changed, 22 insertions(+), 205 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=24432a24d5e922cbd824b0af8f7b0c66ff2b66e8



More information about the wine-cvs mailing list