Zebediah Figura : vkd3d-shader: Move instruction allocation functions to hlsl.c.
Module: vkd3d Branch: master Commit: 9b2e8fb1dbb318832f6c5225f63e0069daaaee20 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=9b2e8fb1dbb318832f6c5225... Author: Zebediah Figura <zfigura(a)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(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=9b2e8fb1dbb318832f6c...
participants (1)
-
Alexandre Julliard