vkd3d/libs
Zebediah Figura c2057c6849 vkd3d-shader/hlsl: Don't explicitly mark the return variable as read in compute_liveness().
The return variable was already added to the extern_vars list and marked as an
output semantic by the append_output_var_copy() call above, so the preceding
loop will take care of setting the last_read field.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-01 20:51:54 +01:00
..
vkd3d vkd3d: Enable EXT_shader_stencil_export if available. 2021-10-18 18:37:01 +02:00
vkd3d-common vkd3d-shader/sm1: Introduce a parser for the legacy D3D byte-code format. 2021-10-06 18:35:44 +02:00
vkd3d-shader vkd3d-shader/hlsl: Don't explicitly mark the return variable as read in compute_liveness(). 2021-11-01 20:51:54 +01:00
vkd3d-utils vkd3d-utils: Initialize input parameters to ID3DInclude::Open(). 2020-12-02 16:28:55 +01:00
.gitignore libs/vkd3d: Trace build version. 2018-06-27 22:43:49 +02:00