- Aug 01, 2024
-
-
Giovanni Mascellani authored
Update-after-bind doesn't seem to be related to the resource binding tier. In D3D12 it is simply expected to always work. Unfortunately we don't have a simple way to know from the vkd3d device whether it's using Vulkan or virtual heaps, so we introduce an heuristics which mimics the decision procedure in vkd3d.
-
Giovanni Mascellani authored
-
- Jul 31, 2024
-
-
Giovanni Mascellani authored
I don't know the exact version that fixed this todo, but on the same hardware this test was failing a couple of years ago, so I presume something was fixed at some point. I am writing my current driver version, but a lower one might turn out to be sufficient.
-
- Jul 30, 2024
-
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
We want to get rid of assertions and only use the new VKD3D_ASSERT(), but this cannot be done here, because a failing VKD3D_ASSERT() would call back again to vkd3d_dbg_printf(). At the same time the asserted condition should be simple enough to debug even without the assertion, since logging with a bad level will likely result in either a crash or writing garbage to the log.
-
Atharva Nimbalkar authored
-
Atharva Nimbalkar authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
- Jul 29, 2024
-
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
This way the ERR() configuration is reused for unreachable code.
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
Triggering an ERR() instead of aborting the program.
-
Giovanni Mascellani authored
That's intended for messages that it's pretty important that the user receives, but that are not proper error messages.
-
Giovanni Mascellani authored
-
Giovanni Mascellani authored
Similarly to FIXME().
-
Giovanni Mascellani authored
Similarly to WARN().
-
- Jul 24, 2024
-
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Victor Chiletto authored
-
Nikolay Sivov authored
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
- Jul 23, 2024
-
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
-
Elizabeth Figura authored
Normalization may change the signatures.
-
Shaun Ren authored
-
Nikolay Sivov authored
Binaries with that field set incorrectly fail to load on Windows. Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
- Jul 22, 2024
-
-
Giovanni Mascellani authored
-