[PATCH vkd3d 09/12] vkd3d-shader/hlsl: Move hlsl_new_offset_from_path_index() to hlsl_codegen.c.

Zebediah Figura zfigura at codeweavers.com
Fri Jul 8 16:28:38 CDT 2022


On 7/1/22 16:24, Francisco Casas wrote:
> This can be done now, to help removing register offsets from hlsl.c and
> hlsl.h.
> 
> Signed-off-by: Francisco Casas <fcasas at codeweavers.com>
> ---
>   libs/vkd3d-shader/hlsl.c         | 76 -------------------------------
>   libs/vkd3d-shader/hlsl.h         |  3 --
>   libs/vkd3d-shader/hlsl_codegen.c | 77 ++++++++++++++++++++++++++++++++
>   3 files changed, 77 insertions(+), 79 deletions(-)
> 

Is this going to be removed eventually? Or used from hlsl_sm1 and 
hlsl_sm4? In either case there doesn't seem to be a point in moving it.



More information about the wine-devel mailing list