Zebediah Figura : vkd3d-shader: Import the HLSL compiler from Wine.

Alexandre Julliard julliard at winehq.org
Fri Jan 29 14:54:48 CST 2021


Module: vkd3d
Branch: master
Commit: b523122ef3698c620a705d99aab2e6ba66877e87
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=b523122ef3698c620a705d99aab2e6ba66877e87

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Jan 27 10:29:44 2021 -0600

vkd3d-shader: Import the HLSL compiler from Wine.

This corresponds to Wine commit 9f9fec18799bf59df6211b7294f8d338caa7f4db.

Note that for the moment, compilation messages have not been ported.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am                              |   16 +-
 libs/vkd3d-shader/hlsl.c                 | 1672 +++++++++++++++++
 libs/vkd3d-shader/hlsl.h                 |  644 +++++++
 libs/vkd3d-shader/hlsl.l                 |  288 +++
 libs/vkd3d-shader/hlsl.y                 | 2961 ++++++++++++++++++++++++++++++
 libs/vkd3d-shader/trace.c                |    9 +
 libs/vkd3d-shader/vkd3d_shader_main.c    |   13 +-
 libs/vkd3d-shader/vkd3d_shader_private.h |    9 +
 8 files changed, 5609 insertions(+), 3 deletions(-)

Diff:   https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=b523122ef3698c620a705d99aab2e6ba66877e87



More information about the wine-cvs mailing list