- 24 Jul, 2023 21 commits
-
-
Jeff Smith authored
These properties are expected to be present even if frame count is 1.
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
Instead of iterating through types one by one and calling EnumMatchingFilters() on each one, build a list of all media types exposed by the pin and call the function once. This avoids trying to pointless autoplug the same filter multiple times, which speeds up autoplugging greatly for cases when a given filter connects less than instantaneously. The most prominent example of such a filter is the AVI decompressor, which has to call ICLocate() on connection. ICLocate() is not a fast API on Wine, and it is even slower on Windows; this reduces the number of times we try to call it greatly.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Needed for Lenovo Ready for Assistant.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Needed by windows.devices.usb.idl.
-
Mohamad Al-Jaf authored
Needed by windows.devices.usb.idl.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 21 Jul, 2023 19 commits
-
-
Alexandre Julliard authored
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55065
-
Jacek Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
HasOverlappedIoCompleted returns true after CancelIo call.
-
Billy Laws authored
CFI directives allow the context that was stored on the stack by raise_func_trampoline to be used to unwind to any exception handlers as required when dispatching an exception. However, as the dispatcher may change its input context in e.g. BTCpuResetToConsistentState and these changes also need to be used when unwinding, have the trampoline CFI directly refer to the input context rather than a copy of it.
-
Billy Laws authored
-
Максим Карасев authored
-
Максим Карасев authored
It's a clean-room reimplementation that mimics Windows 10 program's output format. It prints all the information that is available via KerbQueryTicketCacheMessage. Also tested to work on Windows if dynamically linked + built with winegcc. For further extension of the functionality, implementing KerbQueryTicketCacheEx{,2,3}Message is required.
-
Georg Lehmann authored
This does not enable VK_NV_device_generated_commands_compute because the extension will likely see an API breaking naming fix.
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-