Module: vkd3d Branch: master Commit: cd2df526e14cd2fca702c418d437ec29bb1f5d59 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=cd2df526e14cd2fca702c418...
Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Oct 7 21:58:57 2021 -0500
vkd3d-shader/hlsl: Parse the Load() method.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Giovanni Mascellani gmascellani@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
libs/vkd3d-shader/hlsl.c | 48 +++++++++++++++++- libs/vkd3d-shader/hlsl.h | 26 +++++++++- libs/vkd3d-shader/hlsl.y | 102 ++++++++++++++++++++++++++++++++++++++- libs/vkd3d-shader/hlsl_codegen.c | 14 ++++++ libs/vkd3d-shader/hlsl_sm1.c | 5 ++ libs/vkd3d-shader/hlsl_sm4.c | 5 ++ 6 files changed, 196 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=cd2df526e14cd2fca702...