Module: wine Branch: master Commit: 6a062afb75c1e026614403312f2e13207e359634 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6a062afb75c1e026614403312...
Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Mar 3 20:25:26 2022 -0600
d3dcompiler: Implement D3DCompile2() using vkd3d_shader_compile().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51713 Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_33/Makefile.in | 3 +- dlls/d3dcompiler_34/Makefile.in | 3 +- dlls/d3dcompiler_35/Makefile.in | 3 +- dlls/d3dcompiler_36/Makefile.in | 3 +- dlls/d3dcompiler_37/Makefile.in | 3 +- dlls/d3dcompiler_38/Makefile.in | 3 +- dlls/d3dcompiler_39/Makefile.in | 3 +- dlls/d3dcompiler_40/Makefile.in | 3 +- dlls/d3dcompiler_41/Makefile.in | 3 +- dlls/d3dcompiler_42/Makefile.in | 3 +- dlls/d3dcompiler_43/Makefile.in | 2 + dlls/d3dcompiler_43/compiler.c | 210 +++++++++++++++++++++++++++++---- dlls/d3dcompiler_43/tests/hlsl_d3d11.c | 94 +++++++-------- dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 210 +++++++++++++++------------------ dlls/d3dcompiler_46/Makefile.in | 3 +- dlls/d3dcompiler_47/Makefile.in | 3 +- 16 files changed, 350 insertions(+), 202 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6a062afb75c1e02661440...