Zebediah Figura : vkd3d-shader: Implement basic support for #if and #endif.

Alexandre Julliard julliard at winehq.org
Mon Jan 4 15:15:53 CST 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Dec 21 14:37:06 2020 -0600

vkd3d-shader: Implement basic support for #if and #endif.

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

---

 include/private/vkd3d_memory.h           |  11 ++++
 libs/vkd3d-shader/preproc.h              |  17 +++++
 libs/vkd3d-shader/preproc.l              | 106 ++++++++++++++++++++++++++++---
 libs/vkd3d-shader/preproc.y              | 102 ++++++++++++++++++++++++++++-
 libs/vkd3d-shader/vkd3d_shader_main.c    |  24 +++++++
 libs/vkd3d-shader/vkd3d_shader_private.h |   6 ++
 tests/hlsl_d3d12.c                       |   2 +-
 7 files changed, 258 insertions(+), 10 deletions(-)

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



More information about the wine-cvs mailing list