Zebediah Figura : vkd3d-shader: Move instruction allocation functions to hlsl.c.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 15:51:09 CST 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Sat Jan 30 13:51:32 2021 -0600

vkd3d-shader: Move instruction allocation functions to hlsl.c.

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>

---

 libs/vkd3d-shader/hlsl.c | 205 +++++++++++++++++++++++++++++++++++++++++++++++
 libs/vkd3d-shader/hlsl.h |  22 ++++-
 libs/vkd3d-shader/hlsl.y | 205 -----------------------------------------------
 3 files changed, 224 insertions(+), 208 deletions(-)

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



More information about the wine-cvs mailing list