On Fri Jan 12 03:43:36 2024 +0000, Francisco Casas wrote:
changed this line in [version 10 of the diff](/wine/vkd3d/-/merge_requests/514/diffs?diff_id=93076&start_sha=3b25d9a032326f5b5f2015b406bc891e52d744e6#4fae87cf1e8d06a5c7871f244e3dd75ef2dac299_82_90)
Okay, I added vsir_instruction_init_with_params() with some modifications: - It receives the parser instead of the instructions array so it can call shader_parser_get_dst_params() and shader_parser_get_src_params(). - It initializes the src and dst registers to zero. If you think that's reasonable.
I added the patch from !554 as 1/7. It should be removed after rebasing.