- 06 Jun, 2023 24 commits
-
-
Joshua Ashton authored
It is really useful to see at a glance what function is segfaulting/crashing here when debugging games/apps. This code is generated, and when generating WineVulkan against different Vulkan spec versions, etc it may be misleading that the Line: referred to by the assert dialog does not match what is generated locally on a different machine for the same Wine version/commit. Signed-off-by: Joshua Ashton <joshua@froggi.es>
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
To make it possible to support a larger structure.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Alex Henrie authored
Fixes a scan-build warning.
-
Alex Henrie authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
- 05 Jun, 2023 16 commits
-
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51640
-
Zhiyi Zhang authored
Similar to 35f9091b, IsRectEmpty() is the wrong way to check if padding is empty.
-
Billy Laws authored
-
Shaun Ren authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
base_url was never freed, and can simply be enlarged instead of copying it to a new buffer.
-
Alex Henrie authored
-
Alex Henrie authored
Instead of ERROR_SUCCESS.
-
Alex Henrie authored
If fileW is not null, it is freed at the end of the function.
-
Alex Henrie authored
If read_identity returns FALSE, it has already called clear_identity.
-
Piotr Caban authored
-