Module: wine Branch: master Commit: 9400874e3c64036700804a99af0e2940bc4d6622 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9400874e3c64036700804a99a...
Author: Matteo Bruni mbruni@codeweavers.com Date: Mon Mar 28 14:12:18 2022 +0200
d3dcompiler: Always use vkd3d-shader's preprocessor.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_33/Makefile.in | 9 +- dlls/d3dcompiler_34/Makefile.in | 9 +- dlls/d3dcompiler_35/Makefile.in | 9 +- dlls/d3dcompiler_36/Makefile.in | 9 +- dlls/d3dcompiler_37/Makefile.in | 9 +- dlls/d3dcompiler_38/Makefile.in | 9 +- dlls/d3dcompiler_39/Makefile.in | 9 +- dlls/d3dcompiler_40/Makefile.in | 9 +- dlls/d3dcompiler_41/Makefile.in | 9 +- dlls/d3dcompiler_42/Makefile.in | 9 +- dlls/d3dcompiler_43/Makefile.in | 7 +- dlls/d3dcompiler_43/compiler.c | 652 +++----------- dlls/d3dcompiler_43/ppl.l | 1547 --------------------------------- dlls/d3dcompiler_43/ppy.y | 689 --------------- dlls/d3dcompiler_43/preproc.c | 447 ---------- dlls/d3dcompiler_43/tests/asm.c | 15 +- dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 3 +- dlls/d3dcompiler_43/wpp_private.h | 251 ------ dlls/d3dcompiler_46/Makefile.in | 9 +- dlls/d3dcompiler_47/Makefile.in | 9 +- dlls/d3dx9_36/tests/asm.c | 2 +- 21 files changed, 154 insertions(+), 3567 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9400874e3c64036700804...