23 Aug
2022
23 Aug
'22
8:58 p.m.
Module: vkd3d Branch: master Commit: b5b08bd8a00c20ffdbbedcac4d69abc1b1df9c4b URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b5b08bd8a00c20ffdbbedcac4d69ab... Author: Francisco Casas <fcasas(a)codeweavers.com> Date: Wed Jul 20 15:37:07 2022 -0400 vkd3d-shader/hlsl: Replace register offsets with index paths in copy propagation. Signed-off-by: Francisco Casas <fcasas(a)codeweavers.com> --- libs/vkd3d-shader/hlsl.c | 6 +- libs/vkd3d-shader/hlsl.h | 3 + libs/vkd3d-shader/hlsl_codegen.c | 178 ++++++++++++++++++++++++++++----------- 3 files changed, 135 insertions(+), 52 deletions(-)