- Apr 23, 2024
-
-
-
An incoming can be undefined if the PHI result is not used if the incoming's path was taken, or if the undefined value is consumed by an instruction (dxc will compile such code without errors).
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Apr 22, 2024
-
-
Much like the vkd3d_mutex implementation.
-
-
The first thing that's broken is that the "sType" field isn't VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO, but we're also passing invalid "module" handles.
-
-
-
-
-
-
This is added as a new job because some tests currently fail. A 32 bit job is not created, instead, because a 32 bit dxcompiler.dll is not available.
-
This is currently disabled on the CI because dxcompiler.dll is not available.
-
-
-
-
-
-
-
-
-
-
-
-
vkd3d-shader/hlsl: Rename register_opt and packoffset_opt to register_reservation and packoffset_reservation. "opt" seems to imply "optional", but the optional aspect of these reservations is not (and never has been) encoded into these rules.
-
- Apr 19, 2024
-
-