Henri Verbeet pushed to branch master at wine / vkd3d
Commits: cab0bd07 by Henri Verbeet at 2025-08-13T15:56:06+02:00 vkd3d-shader/glsl: Resolve SSA values.
Since commit eaebef4265fa796b6c40c7e3f7881b56be94dfd2 we may receive vsir generated from HLSL sources, which typically contains SSA values. We could previously receive vsir with SSA values as well, but HLSL sources would go through d3dbc/tpf as an intermediate step, making the resulting vsir much less likely to contain SSA values.
- - - - -
1 changed file:
- libs/vkd3d-shader/glsl.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/cab0bd07e5b761110e6ed2184999b9...