--
v4: vkd3d-shader/spirv: Emit line numbers if debugging info is not stripped.
vkd3d-compiler: Add a command line option for instruction numbering.
vkd3d-shader/d3d-asm: Enable instruction numbering for trace output.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/612
The PE build uses FlsAlloc(), which for our purposes makes no difference vs TlsAlloc(), and allows the use of a destruction callback.
--
v8: vkd3d: Replace the descriptor object cache with a thread-local implementation.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/384