vkd3d/libs
Francisco Casas ef1567c17b vkd3d-shader/d3d-asm: Use vkd3d_shader_register.dimension to know when to dump writemask.
This change ensures that we don't dump the writemask for registers that
have a scalar dimension.

For instance, for this shader:

    float r;

    float4 main(out float d : DEPTH) : sv_target
    {
        d = r;
        return 0;
    }

we now correctly dump

    dcl_output oDepth

instead of

    dcl_output oDepth.x
2023-09-27 22:34:47 +02:00
..
vkd3d vkd3d: Add ID3D12Device3 interface stub. 2023-09-26 22:07:45 +02:00
vkd3d-common vkd3d: Print the thread id in trace messages. 2023-06-28 21:40:40 +02:00
vkd3d-shader vkd3d-shader/d3d-asm: Use vkd3d_shader_register.dimension to know when to dump writemask. 2023-09-27 22:34:47 +02:00
vkd3d-utils Release 1.9. 2023-09-21 19:16:32 +02:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00