Henri Verbeet pushed to branch master at wine / vkd3d
Commits: ee0447b9 by Giovanni Mascellani at 2025-07-21T12:18:49+02:00 vkd3d-shader/ir: Check that LOCALTHREADINDEX registers have dimension VEC4.
Also fix the HLSL compiler and DXIL parser to emit them accordingly.
- - - - - 3d23ef6b by Giovanni Mascellani at 2025-07-21T12:21:23+02:00 vkd3d-shader/ir: Check that COVERAGE registers have dimension VEC4.
Also fix the HLSL compiler and DXIL parser to emit them accordingly.
- - - - - 9f453fbb by Giovanni Mascellani at 2025-07-21T12:23:32+02:00 vkd3d-shader/ir: Check that DEPTHOUT registers have dimension SCALAR.
Also fix the DXIL parser to emit them accordingly.
- - - - - 18ef9a4f by Giovanni Mascellani at 2025-07-21T12:23:34+02:00 vkd3d-shader/ir: Check that DEPTHOUTGE registers have dimension SCALAR.
Also fix the DXIL parser to emit them accordingly.
- - - - - 834f762c by Giovanni Mascellani at 2025-07-21T12:23:34+02:00 vkd3d-shader/ir: Check that DEPTHOUTLE registers have dimension SCALAR.
Also fix the DXIL parser to emit them accordingly.
- - - - - 59253a5e by Giovanni Mascellani at 2025-07-21T12:23:34+02:00 vkd3d-shader/ir: Check that LOCALTHREADID registers have dimension VEC4.
- - - - - f5cd0b4a by Giovanni Mascellani at 2025-07-21T12:23:34+02:00 vkd3d-shader/ir: Check that THREADGROUPID registers have dimension VEC4.
- - - - -
3 changed files:
- libs/vkd3d-shader/dxil.c - libs/vkd3d-shader/ir.c - libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/61c46f95da68adf37599716b48756...