Zebediah Figura : vkd3d-shader/hlsl: Rename hlsl_ir_expr_op members.

Alexandre Julliard julliard at winehq.org
Mon Aug 16 17:41:10 CDT 2021


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Thu Aug 12 19:36:13 2021 -0500

vkd3d-shader/hlsl: Rename hlsl_ir_expr_op members.

For the sake of simplicity and clarity, especially in the interest of allowing
us to have expressions with larger numbers of terms.

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         |  92 +++++++++++++++++------------------
 libs/vkd3d-shader/hlsl.h         | 101 +++++++++++++++++----------------------
 libs/vkd3d-shader/hlsl.y         |  55 +++++++++++----------
 libs/vkd3d-shader/hlsl_codegen.c |  20 ++++----
 libs/vkd3d-shader/hlsl_sm1.c     |  20 ++++----
 5 files changed, 138 insertions(+), 150 deletions(-)

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



More information about the wine-cvs mailing list