Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 0f911492 by Giovanni Mascellani at 2024-09-30T20:22:53+02:00 vkd3d-shader/d3d-asm: Dump all indices when tracing VSIR code.
Our ASM dumper currently hides or interprets some register indices in order to match users expectations. This can be inconvenient for developers, though, because it makes it harder to understand what's really going on in the VSIR code when reading logs. With this change the whole index structure is dumped.
- - - - -
2 changed files:
- libs/vkd3d-shader/d3d_asm.c - libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/0f91149260a443b3d58815fc95a0d5...