- Aug 14, 2023
-
-
-
-
We will add register information lookup tables on this struct later. They will be used by sm4_encode_register(), and thus, they will be required by write_sm4_instruction().
-
-
-
-
- Aug 08, 2023
-
-
-
-
-
-
This is currently leaked if we fail parsing before reaching codegen.
-
-
-
-
- Aug 03, 2023
-
-
-
-
-
We want to be able to remap input signatures based on the signature index, but signature normalization both reorders the signature, and requires the old register index, so add a new field for this.
-
spirv will need this.
-
- Aug 02, 2023
-
-
-
-
-
-
-
-
-
-
Instead of asserting.
-
-
- Jul 31, 2023
-
-
-
-
-
Based on vkd3d-proton patches by Philip Rebohle and Hans-Kristian Arntzen.
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
- Jul 27, 2023
-
-
If view is null and the comparison (view == src->s.u.object) is false, vkd3d_view_decref will be called on null.
-
-