- 05 Feb, 2024 23 commits
-
-
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 10 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
-
Rémi Bernon authored
-
Rémi Bernon authored
This should be more reliable than mouse moves and it exhibits more issues with the rawinput buffer struct sizes on new WoW64.
-
Rémi Bernon authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Esme Povirk authored
Partial revert of 413fc34b. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55421
-
- 01 Feb, 2024 7 commits
-
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56244
-
Nikolay Sivov authored
It makes more sense to have it matching fx_5_0 format, which uses the same flag for TBUFFER case, and also keeps 'single' modifier in there. This modifier is ignored on fx_4_x, so it's only needed to be implemented in the compiler. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Vibhav Pant authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56279
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-