https://bugs.winehq.org/show_bug.cgi?id=53266
imaxm memax@gmx.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |24432a24d5e922cbd824b0af8f7 | |b0c66ff2b66e8
--- Comment #4 from imaxm memax@gmx.fr --- 24432a24d5e922cbd824b0af8f7b0c66ff2b66e8 is the first bad commit commit 24432a24d5e922cbd824b0af8f7b0c66ff2b66e8 Author: Alexandre Julliard julliard@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@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(-)