- 06 Feb, 2024 6 commits
-
-
Aida Jonikienė authored
autoconf 2.72 disabled the time size increase when LARGEFILE macro is being used: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=cf09f48841b66fe76f606dd6018bb3a93242a7c9 That change can cause 32-bit Wine to return EOVERFLOW when running stat() on a file in certain edge cases (which causes some files to be skipped leading to applications failing to run properly). This change was tested with both autoconf 2.71 and 2.72 to make sure nothing broke there.
-
Marc-Aurel Zent authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
This flag is documented on MSDN in ZwDuplicateObject() but not in DuplicateHandle(). Yet functional on both. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Adding support for protect-from-close handle flag to CreateProcess test infrastructure. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
- 05 Feb, 2024 30 commits
-
-
Esme Povirk authored
-
Esme Povirk authored
-
Jacek Caban authored
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
It's mostly implemented, and issession isn't even exposed. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
We need the caller ServiceProvider to obtain the source. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Fabian Maurer authored
-
Zhiyi Zhang authored
Windows 7 has a lower maximum depth for recursive hooks. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56293
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56291
-
Esme Povirk authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Decoders might output some fps information and encoders might input fps, but otherwise is unnecessary and may prevent compatible caps matching.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Esme Povirk authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Better reflect its contents. There is still a small amount of code in this file not directly related to the FFP: - compile_state_table(), which should eventually go away; - states like state_so() and indexbuffer(), which should eventually be moved to context_gl.c with the rest of the resource loading/binding code.
-
Zebediah Figura authored
The entire rest of state.c is concerned with the GL fixed-function pipeline. device.c seems the most fitting place for these, since they're associated with the device and stored in the device. device.c is also one of the few files that contains client-side code, which these functions are.
-
- 02 Feb, 2024 4 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
Looks like touches are automatically released if the device doesn't send updates regularly.
-
Rémi Bernon authored
-
Rémi Bernon authored
-