- Apr 20, 2023
-
-
-
-
-
We already popped the context here. Move the break inside the previous if to make control flow a little clearer.
-
-
-
-
-
-
Negative widths are not supported in Vulkan.
-
Fixes blank screen in Assassin's Creed: Valhalla.
-
- Apr 19, 2023
-
-
Currently only tests float and bool, scalar and vector. Signed-off-by:
Ethan Lee <flibitijibibo@gmail.com>
-
For now, this is limited to float and bool, scalar and vector. All other types are unsupported. Signed-off-by:
Ethan Lee <flibitijibibo@gmail.com>
-
-
This way failures produced while compiling or preprocessing a shader are shown with the appropriate context.
-
Only verify it doesn't crash.
-
VK_EXT_robustness2 does not support null index buffers so we only warn and return immediately.
-
-
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
-
It is illegal to match a SPIR-V multisampled resource to a Vulkan resource which is not multisampled. Vulkan considers a resource to be multisampled if its sample count is greater than 1 (and SPIR-V does not care about the sample count). This fixes validation errors in the case where the sample count does actually match the resource. In order to provide correct behaviour when there is a mismatch, or when the sample count is missing, we will need yet another additional interface. In the absence of that it seems best to provide a best guess. This fixes a validation error with the not-yet-committed merge request 135, when the d3d11 runner is run through Wine with the Vulkan backend.
-
-
- Apr 18, 2023
-
-
-
-
-
-
-
-
-
-
-
-
We were previously (accidentally) rejecting them because they didn't have a usage.
-
-
-
-
- Apr 13, 2023
-
-
Co-authored-by:
Francisco Casas <fcasas@codeweavers.com>
-
-