Zebediah Figura : vkd3d-shader: Introduce HLSL allocation helpers.

Alexandre Julliard julliard at winehq.org
Mon May 31 15:58:27 CDT 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Fri May 21 00:32:20 2021 -0500

vkd3d-shader: Introduce HLSL allocation helpers.

To automatically put the compilation context in a failed state.

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

---

 libs/vkd3d-shader/hlsl.c         | 102 ++++++++++++++-------------
 libs/vkd3d-shader/hlsl.h         |  57 +++++++++++----
 libs/vkd3d-shader/hlsl.l         |   5 +-
 libs/vkd3d-shader/hlsl.y         | 137 ++++++++++++++++++------------------
 libs/vkd3d-shader/hlsl_codegen.c | 147 +++++++++++++--------------------------
 5 files changed, 216 insertions(+), 232 deletions(-)

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



More information about the wine-cvs mailing list