Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 079e989b by Giovanni Mascellani at 2025-07-21T12:26:10+02:00 vkd3d-shader/ir: Update the program TEMP count when allocating TEMP registers.
- - - - - decc155c by Giovanni Mascellani at 2025-07-21T12:31:08+02:00 vkd3d-shader/ir: Split updating DCL_TEMPS instructions to a dedicated pass.
So that it can be used in other contexts as well. And so that register allocation can be run also when there is no need to update or create DCL_TEMPS instructions.
- - - - -
4 changed files:
- libs/vkd3d-shader/d3dbc.c - libs/vkd3d-shader/ir.c - libs/vkd3d-shader/tpf.c - libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f5cd0b4a153780e59dfc5b0b9178a...