- May 02, 2024
-
-
-
-
Based in part on a vkd3d-proton patch by Philip Rebohle.
-
-
-
- Apr 30, 2024
-
-
-
Tangled instructions, like wave operations, are sensitive to how the invocations in a wave reconverge after having diverged. Here we test for some of those scenarios.
-
-
-
-
-
-
-
-
-
-
-
-
-
Alexandre Julliard authored
Fixes "initializer element is not constant" error with gcc < 8. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56508
-
-
-
-
-
-
-
- Apr 24, 2024
-
-
-
-
-
-
-
-
-
The only uses of this were remove by commit 3ca22598.
-
-
-
-
-
-
According to the documentation, if_comp is available from 2_x pixel and vertex shaders and, unlike "if bool" it doesn't expect a constant boolean register (from the input signature), so: if_neq cond -cond seems like a convenient way to write these, for profiles above 2.0.
-