- 12 Jan, 2024 4 commits
-
-
Alexandre Julliard authored
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55467
-
Elizabeth Figura authored
I don't know for sure that this is why iris (or nvidia) performs badly, but it seems perfectly plausible, and I don't think we lose anything by letting the driver allocate here. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54223
-
Elizabeth Figura authored
This is normal and expected, and only a concern for performance. Avoid polluting warn+d3d logs.
-
- 11 Jan, 2024 3 commits
-
-
Gabriel Ivăncescu authored
It's simpler to just use the same sequence as normal fullscreen windows and avoid headaches with virtual desktops. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Hans Leidekker authored
-
- 10 Jan, 2024 8 commits
-
-
Rémi Bernon authored
Avoids conflicts with the dinput tests somehow. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52962
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55784
-
Akihiro Sagawa authored
Fixes regression introduced by 215a32d6. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56070
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Enol Puente authored
-
- 09 Jan, 2024 5 commits
-
-
Gabriel Ivăncescu authored
To make sure the hints are set up properly first. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Same workaround as used in is_window_resizable, except it's on a different code path. This also affects other WMs (e.g. Kwin, compiz). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
This reverts commit 790133e9. It was incorrect, sorry about that. The issue was weirder in a different place (MWM_FUNC_RESIZE not set before setting fullscreen). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56149
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56117
-
Jacek Caban authored
-
- 08 Jan, 2024 9 commits
-
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54387
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56152
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56152
-
Jinoh Kang authored
-
Jinoh Kang authored
This is required to support systems with a larger XSAVE area.
-
Jinoh Kang authored
`(BYTE *)dst_ex - (BYTE *)dst` is the size of the legacy context, but `dst_ex->All` already contains the legacy context. Therefore, `context_length` has the legacy context size added *twice*. This becomes a problem when `context_length` exceeds `sizeof(src_context_buffer)`. This confuses `check_changes_in_range()`, causing out-of-bounds read and unpredictable test results.
-
Jinoh Kang authored
The penultimate element of `ranges_x86` array has an incorrect value: it should be *at least* 0x2f0, which is the minimum size of an extended context. Fix this by setting it to 0x440, which is the minimum size of an extended context *with* CONTEXT_I386_XSTATE. This is consistent with `ranges_amd64`, the penultimate element of which has the minimum size of an extended context *with* CONTEXT_AMD64_XSTATE. Note that the incorrect value does not always lead to a test failure, since check_changes_in_range_() effectively ignores range `start`s that are not in order. Reproducing the failure requires a system with a sufficiently large XSAVE area; specifically, the following condition is necessary for check_changes_in_range_() to pick up the wrong value: 0x2cc < 0x294 + src_ex->XState.Length - sizeof(XSTATE).
-
- 05 Jan, 2024 7 commits
-
-
Alexandre Julliard authored
-
André Zwing authored
-
André Zwing authored
-
Zsolt Vadasz authored
-
Zsolt Vadasz authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56134
-
Zebediah Figura authored
Fixes: 5b60f464 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56113
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56130
-
- 04 Jan, 2024 4 commits
-
-
Bernhard Kölbl authored
These got obsolete with eaca0f44. Signed-off-by: Bernhard Kölbl <bkoelbl@codeweavers.com>
-
Zebediah Figura authored
Fixes: b2f13103 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55540
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56117
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56117
-