Module: vkd3d Branch: master Commit: 9b2e8fb1dbb318832f6c5225f63e0069daaaee20 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=9b2e8fb1dbb318832f6c5225...
Author: Zebediah Figura zfigura@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@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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...