[PATCH vkd3d v2 09/10] vkd3d-shader/hlsl: Do not cast types in add_expr.

Matteo Bruni matteo.mystral at gmail.com
Thu Oct 21 09:25:11 CDT 2021


On Fri, Oct 15, 2021 at 1:04 PM Giovanni Mascellani
<gmascellani at codeweavers.com> wrote:
>
> Determining cast types and return type is now delegated to higher level
> helpers, which are differentiated according to the operation category.
>
> Signed-off-by: Giovanni Mascellani <gmascellani at codeweavers.com>
> ---
>  libs/vkd3d-shader/hlsl.y | 51 +++-------------------------------------
>  1 file changed, 3 insertions(+), 48 deletions(-)

Very minor comment: for the patch subject I'd go with
"vkd3d-shader/hlsl: Do not cast arguments in add_expr()."



More information about the wine-devel mailing list