-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wg_parser: Add missing argument flags for wow64_wg_source_create #233
base: bleeding-edge
Are you sure you want to change the base?
wg_parser: Add missing argument flags for wow64_wg_source_create #233
Commits on Feb 20, 2024
-
HACK: windows.media.speech: Stub semantic_interpretation_get_Properties.
Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
Configuration menu - View commit details
-
Copy full SHA for fea0e6d - Browse repository at this point
Copy the full SHA fea0e6dView commit details -
WIP: windows.media.speech: Implement grammar.
CW-Bug-Id: #20134
Configuration menu - View commit details
-
Copy full SHA for 8d38a0b - Browse repository at this point
Copy the full SHA 8d38a0bView commit details -
HACK: windows.media.speech/tests: Add tests for manual recognition te…
…sting. Speak during the delay, to test the code. CW-Bug-Id: #20134
Configuration menu - View commit details
-
Copy full SHA for 50754d3 - Browse repository at this point
Copy the full SHA 50754d3View commit details -
HACK: windows.media.speech: Load Vosk models from Phasmophobia.
CW-Bug-Id: #20134
Configuration menu - View commit details
-
Copy full SHA for 00f6b2f - Browse repository at this point
Copy the full SHA 00f6b2fView commit details -
windows.media.speech: Suppress verbose Unixlib traces.
CW-Bug-Id: #20134
Configuration menu - View commit details
-
Copy full SHA for 93c6322 - Browse repository at this point
Copy the full SHA 93c6322View commit details -
winegstreamer: Register more VIDEO_EFFECT DMO classes.
CW-Bug-Id: #20427
Configuration menu - View commit details
-
Copy full SHA for 27e3221 - Browse repository at this point
Copy the full SHA 27e3221View commit details -
HACK: winegstreamer: Register the video processor MFT as a decoder.
CW-Bug-Id: #20427
Configuration menu - View commit details
-
Copy full SHA for a7657b9 - Browse repository at this point
Copy the full SHA a7657b9View commit details -
powershell: Read input command from stdin.
CW-Bug-Id: #23416
Configuration menu - View commit details
-
Copy full SHA for 460715d - Browse repository at this point
Copy the full SHA 460715dView commit details -
ntdll: HACK: Disable kernel write watches for BDO.
CW-Bug-Id: #23322
Configuration menu - View commit details
-
Copy full SHA for 2f07584 - Browse repository at this point
Copy the full SHA 2f07584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5571713 - Browse repository at this point
Copy the full SHA 5571713View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4cf21c - Browse repository at this point
Copy the full SHA a4cf21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f51283 - Browse repository at this point
Copy the full SHA 1f51283View commit details -
winhttp: Mind read size when skipping async read in WinHttpReadData().
CW-Bug-Id: #21085
Paul Gofman committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 63fafa5 - Browse repository at this point
Copy the full SHA 63fafa5View commit details
Commits on Feb 21, 2024
-
HACK: gdiplus: Add HDC parameter back to gdi+ internal functions.
This reverts commit e8babc9 (Replace HDC with GpGraphics in parameters.) without having to revert the font linking implementation. This is due to graphics->hdc member being NULL when the GpGraphics object is created with GdipGetImageGraphicsContext, so we need to be able to pass a temporal HDC object when graphics->hdc is null.
Configuration menu - View commit details
-
Copy full SHA for 505f4df - Browse repository at this point
Copy the full SHA 505f4dfView commit details -
sapi: Create a new engine only when needed in ISpVoice.
Instead of creating the TTS voice engine directly in SetVoice, we save the specified voice token, and only create them in ISpVoice::Speak when necessary. (cherry picked from commit 2a56d4e)
Configuration menu - View commit details
-
Copy full SHA for 657b2f1 - Browse repository at this point
Copy the full SHA 657b2f1View commit details -
sapi: Add ISpeechObjectToken stub.
(cherry picked from commit c45bedb) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 59ca532 - Browse repository at this point
Copy the full SHA 59ca532View commit details -
sapi: Add ISpeechObjectTokens stub.
(cherry picked from commit ca6f3a7) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 3b57da5 - Browse repository at this point
Copy the full SHA 3b57da5View commit details -
sapi: Add stub implementation for ISpeechObjectTokens::get__NewEnum.
(cherry picked from commit 26498d9) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 0ce4abd - Browse repository at this point
Copy the full SHA 0ce4abdView commit details -
sapi: Implement ISpeechObjectToken::GetDescription.
(cherry picked from commit b6c1760) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for ca12f61 - Browse repository at this point
Copy the full SHA ca12f61View commit details -
sapi: Implement ISpeechObjectToken::Invoke.
(cherry picked from commit 001d1a4) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 9fbf40b - Browse repository at this point
Copy the full SHA 9fbf40bView commit details -
sapi: Implement ISpeechObjectToken::GetIDsOfNames.
(cherry picked from commit 59a7ee1) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 6b4b57b - Browse repository at this point
Copy the full SHA 6b4b57bView commit details -
sapi: Implement ISpeechObjectTokens::get_Count.
(cherry picked from commit 261d7c3) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 858b749 - Browse repository at this point
Copy the full SHA 858b749View commit details -
sapi: Implement IEnumVARIANT::Next for ISpeechObjectTokens.
(cherry picked from commit 6f2a0c4) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 09139f5 - Browse repository at this point
Copy the full SHA 09139f5View commit details -
sapi: Implement ISpeechObjectTokens::Invoke.
(cherry picked from commit 6e8d450) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for bfcfe86 - Browse repository at this point
Copy the full SHA bfcfe86View commit details -
sapi: Free typelib on DLL detach.
(cherry picked from commit afac7d7)
Configuration menu - View commit details
-
Copy full SHA for 39099ad - Browse repository at this point
Copy the full SHA 39099adView commit details -
sapi: Implement ISpeechVoice::Speak.
(cherry picked from commit 5243f2e) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for ec589a5 - Browse repository at this point
Copy the full SHA ec589a5View commit details -
sapi: Handle zero-length attributes correctly in ISpObjectTokenCatego…
…ry::EnumTokens. (cherry picked from commit 4bbfd83) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for fe1772d - Browse repository at this point
Copy the full SHA fe1772dView commit details -
sapi: Introduce create_token_category helper in tts.
(cherry picked from commit 0f8b59a) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for c843bc9 - Browse repository at this point
Copy the full SHA c843bc9View commit details -
sapi: Implement ISpeechVoice::GetVoices.
(cherry picked from commit 62aec03) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 4fdd8ad - Browse repository at this point
Copy the full SHA 4fdd8adView commit details -
sapi: Implement ISpeechVoice::GetTypeInfoCount.
(cherry picked from commit 5808735) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 26987b7 - Browse repository at this point
Copy the full SHA 26987b7View commit details -
sapi: Implement ISpeechVoice::GetTypeInfo.
(cherry picked from commit dd083a6) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for bffa5db - Browse repository at this point
Copy the full SHA bffa5dbView commit details -
sapi: Implement ISpeechVoice::GetIDsOfNames.
(cherry picked from commit 9d04466) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for d3590aa - Browse repository at this point
Copy the full SHA d3590aaView commit details -
sapi: Implement ISpeechVoice::Invoke.
(cherry picked from commit c72f0ec) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for fc74e49 - Browse repository at this point
Copy the full SHA fc74e49View commit details -
winegstreamer/video_decoder: Reset sample timestamp on stream start.
CW-Bug-Id: #23248
Configuration menu - View commit details
-
Copy full SHA for 55b78c5 - Browse repository at this point
Copy the full SHA 55b78c5View commit details
Commits on Feb 22, 2024
-
dsound/tests: Test that formats with more than two channels require W…
…AVEFORMATEXTENSIBLE. (cherry picked from commit b3ec5bc) CW-Bug-Id: #19927
Configuration menu - View commit details
-
Copy full SHA for 5a67ab8 - Browse repository at this point
Copy the full SHA 5a67ab8View commit details -
dsound: Reject WAVEFORMATEX formats with more than two channels.
Formats with more than two channels require WAVEFORMATEXTENSIBLE according to tests. Fix Viking: Battle for Asgard (211160) audio cracking in its intro video. (cherry picked from commit 7c7b2e8) CW-Bug-Id: #19927
Configuration menu - View commit details
-
Copy full SHA for dda8157 - Browse repository at this point
Copy the full SHA dda8157View commit details -
fixup! winex11.drv: Listen to RawMotion and RawButton* events in the …
…desktop thread. Fix 7be9a6ec breaks virtual desktop. CW-Bug-Id: #18383
Configuration menu - View commit details
-
Copy full SHA for e8b8d2f - Browse repository at this point
Copy the full SHA e8b8d2fView commit details -
amd_ags_x64: Implement multi draw instanced functions.
CW-Bug-Id: #22976
Paul Gofman committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 000724f - Browse repository at this point
Copy the full SHA 000724fView commit details -
amd_ags_x64: Implement multi draw instanced indirect count functions.
CW-Bug-Id: #22976
Paul Gofman committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 6861e8c - Browse repository at this point
Copy the full SHA 6861e8cView commit details
Commits on Feb 24, 2024
-
nsiproxy.sys: Fix ipv6 route table parsing on Linux.
CW-Bug-Id: #23640
Paul Gofman committedFeb 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 322b88e - Browse repository at this point
Copy the full SHA 322b88eView commit details -
iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddresses().
CW-Bug-Id: #23640
Paul Gofman committedFeb 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 11a9ad1 - Browse repository at this point
Copy the full SHA 11a9ad1View commit details
Commits on Feb 27, 2024
-
Revert "win32u: Use font AA flags when querying glyph outline with GG…
…O_METRICS." This reverts commit 7a43389. CW-Bug-Id: #23452
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 13a01f8 - Browse repository at this point
Copy the full SHA 13a01f8View commit details -
Revert "win32u: Store effective AA flags in gdi_font."
This reverts commit d098d5c. CW-Bug-Id: #23452
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for c0cf13b - Browse repository at this point
Copy the full SHA c0cf13bView commit details -
win32u: Store effective AA flags in font_physdev.
CW-Bug-Id: #22992
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for f027a1b - Browse repository at this point
Copy the full SHA f027a1bView commit details -
win32u: Use font AA flags when querying glyph outline with GGO_METRICS.
CW-Bug-Id: #22992
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 333aef5 - Browse repository at this point
Copy the full SHA 333aef5View commit details -
faudio: Take lock before accessing list in LinkedList_RemoveEntry().
CW-Bug-Id: #23472
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 73003ac - Browse repository at this point
Copy the full SHA 73003acView commit details -
faudio: Don't destroy voice when it is output to other voices.
CW-Bug-Id: #23472
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d497be2 - Browse repository at this point
Copy the full SHA d497be2View commit details -
xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voice().
CW-Bug-Id: #23472
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 431fdeb - Browse repository at this point
Copy the full SHA 431fdebView commit details -
xaudio2/tests: Test destroying a voice which is an output to another …
…one. CW-Bug-Id: #23472
Paul Gofman committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 448429c - Browse repository at this point
Copy the full SHA 448429cView commit details
Commits on Feb 28, 2024
-
kernelbase: Use KEY_WOW64_64KEY flag when 64 bit registry access is a…
…ssumed. CW-Bug-Id: #23481
Paul Gofman committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d86a41 - Browse repository at this point
Copy the full SHA 0d86a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for f55fa9a - Browse repository at this point
Copy the full SHA f55fa9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e1f53 - Browse repository at this point
Copy the full SHA a0e1f53View commit details -
amd_ags_x64: Add agsDriverExtensionsDX11_SetDiskShaderCacheEnabled() …
…stub. CW-Bug-Id: #23474
Paul Gofman committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for b900403 - Browse repository at this point
Copy the full SHA b900403View commit details
Commits on Feb 29, 2024
-
Revert "faudio: Don't destroy voice when it is output to other voices."
This reverts commit d497be2.
Paul Gofman committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for b1f019e - Browse repository at this point
Copy the full SHA b1f019eView commit details -
Revert "xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voi…
…ce()." This reverts commit 431fdeb.
Paul Gofman committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d9f50f - Browse repository at this point
Copy the full SHA 3d9f50fView commit details -
faudio: Don't destroy voice when it is output to other voices
(cherry-picked from FAudio commit c00b01caa6e3f0dce09af6676ff55936e97b451c) CW-Bug-Id: #23472
Paul Gofman committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for a15d411 - Browse repository at this point
Copy the full SHA a15d411View commit details -
xaudio2: Use FAudioVoice_DestroyVoiceSafeEXT() result in destroy_voic…
…e(). CW-Bug-Id: #23472
Paul Gofman committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 4fb3f2e - Browse repository at this point
Copy the full SHA 4fb3f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6319b - Browse repository at this point
Copy the full SHA 3a6319bView commit details -
amend! nsiproxy.sys: Fix ipv6 route table parsing on Linux.
nsiproxy.sys: Fix ipv6 route table parsing on Linux. CW-Bug-Id: #23460
Configuration menu - View commit details
-
Copy full SHA for cb977b5 - Browse repository at this point
Copy the full SHA cb977b5View commit details -
amend! iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddr…
…esses(). iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddresses(). CW-Bug-Id: #23460
Configuration menu - View commit details
-
Copy full SHA for 2f38ce9 - Browse repository at this point
Copy the full SHA 2f38ce9View commit details
Commits on Mar 1, 2024
-
fixup! ntdll: Read process memory on the client side in NtReadVirtual…
…Memory(). CW-Bug-Id: #23456
Paul Gofman committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for f392d06 - Browse repository at this point
Copy the full SHA f392d06View commit details -
amd_ags_x64: Add spec stubs for some v3.x functions.
CW-Bug-Id: #23474
Paul Gofman committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for c651e01 - Browse repository at this point
Copy the full SHA c651e01View commit details
Commits on Mar 4, 2024
-
HACK: ntdll: Extend heap zero hack to private heaps.
Call of Juarez: Bound in Blood (21980) uses uninitialized memory from msvcr80.operator_new(), which allocates memory from a private heap created specifically for MSVC runtime. CW-Bug-Id: #23466
Configuration menu - View commit details
-
Copy full SHA for 42de3d2 - Browse repository at this point
Copy the full SHA 42de3d2View commit details -
advapi32: Check NULL return key pointers when creating registry keys.
Fix Warlords Battlecry III (433280) crashes at launch. CW-Bug-Id: #23484
Configuration menu - View commit details
-
Copy full SHA for 4c1fd47 - Browse repository at this point
Copy the full SHA 4c1fd47View commit details -
advapi32/tests: Test creating registry keys with a NULL return key po…
…inter. CW-Bug-Id: #23484
Configuration menu - View commit details
-
Copy full SHA for 53ea94e - Browse repository at this point
Copy the full SHA 53ea94eView commit details -
winex11: Process XInput2 events with QS_INPUT filter.
(cherry picked from commit b341688) CW-Bug-Id: #23502
Configuration menu - View commit details
-
Copy full SHA for bed19d0 - Browse repository at this point
Copy the full SHA bed19d0View commit details -
winex11: Initialize XInput2 extension on every thread.
(cherry picked from commit b786705) CW-Bug-Id: #23502
Configuration menu - View commit details
-
Copy full SHA for 847dbe5 - Browse repository at this point
Copy the full SHA 847dbe5View commit details -
winex11: Always listen to XInput2 device changes events.
(cherry picked from commit 51e9934) CW-Bug-Id: #23502
Configuration menu - View commit details
-
Copy full SHA for ea3f64a - Browse repository at this point
Copy the full SHA ea3f64aView commit details -
fixup! winex11.drv: Keep track of pointer and device button mappings.
CW-Bug-Id: #23502
Configuration menu - View commit details
-
Copy full SHA for 33e756b - Browse repository at this point
Copy the full SHA 33e756bView commit details -
dbghelp: Stop embedding unwind info in minidumps (X86_64).
Eric Pouech committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 35e491c - Browse repository at this point
Copy the full SHA 35e491cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeca96 - Browse repository at this point
Copy the full SHA 3eeca96View commit details -
winegstreamer: HACK: Do not enable low latency for Gungrave G.O.R.E.
CW-Bug-Id: #23455
Paul Gofman committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for c45f4b8 - Browse repository at this point
Copy the full SHA c45f4b8View commit details -
mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.
CW-Bug-Id: #23425 (cherry picked from commit 277acf6)
Brendan McGrath committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for ce93000 - Browse repository at this point
Copy the full SHA ce93000View commit details -
mshtml: Use generic event dispatcher for DOMContentLoaded.
Use generic event dispatcher instead of nsevent for the DOMContentLoaded event. Also allow processing before dispatching event. Only update dom_content_loaded_event start/end time when the event is trusted. CW-Bug-Id: #23083 (cherry picked from commit 54980a7)
Brendan McGrath committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d34273 - Browse repository at this point
Copy the full SHA 5d34273View commit details -
mshtml/tests: Add test for document mode after InitNew and Load.
CW-Bug-Id: #23083 (cherry picked from commit 34a8478)
Brendan McGrath committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2740d34 - Browse repository at this point
Copy the full SHA 2740d34View commit details -
mshtml: Always use the event target dispex.
The event target may be from a different document to the document associated with the event handler. CW-Bug-Id: #23083 (cherry picked from commit 74ff9f2)
Brendan McGrath committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 5cddb13 - Browse repository at this point
Copy the full SHA 5cddb13View commit details -
mshtml: Don't handle special case when doc != node->doc.
CW-Bug-Id: #23083 (cherry picked from commit 57c2c41)
Brendan McGrath committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 8963a00 - Browse repository at this point
Copy the full SHA 8963a00View commit details
Commits on Mar 5, 2024
-
sapi: Implement ISpeechVoice::{get/put}_Volume.
(cherry picked from commit 7c384f3) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for b028d34 - Browse repository at this point
Copy the full SHA b028d34View commit details -
sapi: Implement ISpeechVoice::{get/putref}_Voice.
(cherry picked from commit 43220a6) CW-Bug-Id: #22520
Configuration menu - View commit details
-
Copy full SHA for 7ae726d - Browse repository at this point
Copy the full SHA 7ae726dView commit details -
amd_ags_x64: Add stub implementation for DX12 marker functions.
CW-Bug-Id: #23474
Paul Gofman committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for aff91e3 - Browse repository at this point
Copy the full SHA aff91e3View commit details -
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for video …
…processor." This reverts commit c6fe011. CW-Bug-Id: #22299
Paul Gofman committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ad59c4 - Browse repository at this point
Copy the full SHA 6ad59c4View commit details -
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for resamp…
…ler." This reverts commit 73410b6. CW-Bug-Id: #22299
Paul Gofman committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 1170469 - Browse repository at this point
Copy the full SHA 1170469View commit details -
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for aac de…
…coder." This reverts commit 3a3400a. CW-Bug-Id: #22299
Paul Gofman committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9cf34c9 - Browse repository at this point
Copy the full SHA 9cf34c9View commit details -
fixup! ntdll: Simulate async file read and IO cancellation to workaro…
…und AC:Odyssey out of order dialogues bug. CW-Bug-Id: #21711
Paul Gofman committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 34bbb1a - Browse repository at this point
Copy the full SHA 34bbb1aView commit details
Commits on Mar 6, 2024
-
winevulkan: Prepare for VK_KHR_calibrated_timestamps.
(cherry picked from commit db03d2b)
Configuration menu - View commit details
-
Copy full SHA for 96040d1 - Browse repository at this point
Copy the full SHA 96040d1View commit details -
winevulkan: Update to VK spec version 1.3.277.
(cherry picked from commit ea890c4)
Configuration menu - View commit details
-
Copy full SHA for 040deb0 - Browse repository at this point
Copy the full SHA 040deb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e49e41 - Browse repository at this point
Copy the full SHA 9e49e41View commit details -
winevulkan: Update to VK spec version 1.3.278.
The new spec uses length attribute for some static arrays. Change is_dynamic_array to account account for that. Eventually we could use the new information to improve conversion thunks. (cherry picked from commit f380e34)
Configuration menu - View commit details
-
Copy full SHA for 35882c9 - Browse repository at this point
Copy the full SHA 35882c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d012b4b - Browse repository at this point
Copy the full SHA d012b4bView commit details -
winevulkan: Remove no longer needed spec workarounds.
(cherry picked from commit 7995f38)
Configuration menu - View commit details
-
Copy full SHA for b4cedf1 - Browse repository at this point
Copy the full SHA b4cedf1View commit details -
winevulkan: Update to VK spec version 1.3.279.
Signed-off-by: Philip Rebohle <[email protected]> (cherry picked from commit ec6879b)
Configuration menu - View commit details
-
Copy full SHA for b9aad66 - Browse repository at this point
Copy the full SHA b9aad66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78dcf8 - Browse repository at this point
Copy the full SHA d78dcf8View commit details -
cfgmgr32: Add CM_Get_Device_Interface_PropertyW stub.
(cherry picked from commit 91d6098) CW-Bug-Id: #23528
Configuration menu - View commit details
-
Copy full SHA for 2ba356c - Browse repository at this point
Copy the full SHA 2ba356cView commit details
Commits on Mar 7, 2024
-
win32u: HACK: Clear queue QS_RAWINPUT if NtUserGetRawInputBuffer() go…
…t everything for Apex Legends. CW-Bug-Id: #23533
Paul Gofman committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for c052bc0 - Browse repository at this point
Copy the full SHA c052bc0View commit details -
amend! mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.
mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event. CW-Bug-Id: #23083 (cherry picked from commit 277acf6)
Brendan McGrath committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for bbb57dd - Browse repository at this point
Copy the full SHA bbb57ddView commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07f4d1a - Browse repository at this point
Copy the full SHA 07f4d1aView commit details -
win32u: Only send mouse input in ReleaseCapture() when a window is ca…
…ptured. Fix a regression from "bb496ea8 - server: Always queue mouse messages delivered to another window." Fix ETHER VAPOR Remaster (214570) launches to black screen when the cursor is in the game window. The game calls ReleaseCapture() when handling WM_MOUSEMOVE. After bb496ea, WM_MOUSEMOVE is always queued because the message window is NULL. So ReleaseCapture() ends up queuing another WM_MOUSEMOVE. So the game ends up handling infinite WM_MOUSEMOVE messages at startup and is not able to do anything. CW-Bug-Id: #23531
Configuration menu - View commit details
-
Copy full SHA for fafcc25 - Browse repository at this point
Copy the full SHA fafcc25View commit details -
winex11.drv: Apply the GL vendor override for Intel GPUs too
ValveSoftware#222 The vendor override forces wine to report an AMD GPU. Previously, the vendor override only applied for NVIDIA GPUs. Also, rename WINE_GL_HIDE_NVIDIA to WINE_GL_VENDOR_REPORT_AMD. More info: ValveSoftware/Proton#7529
Configuration menu - View commit details
-
Copy full SHA for 77ddaa6 - Browse repository at this point
Copy the full SHA 77ddaa6View commit details -
mscoree: Implement CLRRuntimeHost_Start.
(cherry picked from commit 934cfb8) CW-Bug-Id: #23538
Esme Povirk committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f1b447 - Browse repository at this point
Copy the full SHA 9f1b447View commit details -
loader: Expose the standard debugging symbols for GDB.
CW-Bug-Id: #22176
Configuration menu - View commit details
-
Copy full SHA for fc83dbd - Browse repository at this point
Copy the full SHA fc83dbdView commit details -
ntdll: Maintain a PE module link map and expose it to GDB.
CW-Bug-Id: #22176
Configuration menu - View commit details
-
Copy full SHA for 8e3f7bd - Browse repository at this point
Copy the full SHA 8e3f7bdView commit details -
tools: Add gdbunwind.py script with a syscall unwinder.
CW-Bug-Id: #22176
Configuration menu - View commit details
-
Copy full SHA for 9c5f280 - Browse repository at this point
Copy the full SHA 9c5f280View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb709ed - Browse repository at this point
Copy the full SHA eb709edView commit details
Commits on Mar 9, 2024
-
imm32: Set lengths to 0 for NULL strings in ImmSetCompositionString().
CW-Bug-Id: #23541
Paul Gofman committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 5fe119b - Browse repository at this point
Copy the full SHA 5fe119bView commit details
Commits on Mar 11, 2024
-
wm_reader: Don't reinit stream if read_compressed didn't change.
CW-Bug-Id: #23483
Yuxuan Shui committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c6954e - Browse repository at this point
Copy the full SHA 2c6954eView commit details -
Revert "ntdll: HACK: Disable kernel write watches for BDO."
This reverts commit 2f07584. CW-Bug-Id: #23322
Paul Gofman committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b36dd14 - Browse repository at this point
Copy the full SHA b36dd14View commit details -
Revert "ntdll: Use kernel soft dirty flags for write watches support."
This reverts commit af8ab05. CW-Bug-Id: #23524
Paul Gofman committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 33c2087 - Browse repository at this point
Copy the full SHA 33c2087View commit details -
ntdll: Use UFFD for write watches support if available.
Requires Linux kernel 6.7+ to have effect. CW-Bug-Id: #23524
Paul Gofman committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d7c6fec - Browse repository at this point
Copy the full SHA d7c6fecView commit details -
ntdll: Use kernel soft dirty flags for write watches support.
Requires custom kernel patches to have effect. CW-Bug-Id: #23524
Paul Gofman committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d52d148 - Browse repository at this point
Copy the full SHA d52d148View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for febbad5 - Browse repository at this point
Copy the full SHA febbad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa6104 - Browse repository at this point
Copy the full SHA caa6104View commit details -
wm_reader: Fix order of streams in reinit_stream.
CW-Bug-Id: #23483
Yuxuan Shui committedMar 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 8d74eeb - Browse repository at this point
Copy the full SHA 8d74eebView commit details -
Revert "HACK: gdiplus: Add HDC parameter back to gdi+ internal functi…
…ons." This reverts commit 505f4df.
Configuration menu - View commit details
-
Copy full SHA for 32faf64 - Browse repository at this point
Copy the full SHA 32faf64View commit details -
gdiplus: Switch to a struct for gdip_format_string callback args.
(cherry picked from commit f2c92c6)
Configuration menu - View commit details
-
Copy full SHA for 505d621 - Browse repository at this point
Copy the full SHA 505d621View commit details -
gdiplus: Pass gdip_format_string_info to font link functions.
(cherry picked from commit 0d0d37b)
Configuration menu - View commit details
-
Copy full SHA for fc7e283 - Browse repository at this point
Copy the full SHA fc7e283View commit details -
gdiplus: Restore hdc argument to gdip_format_string.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56345 (cherry picked from commit c37fea8)
Configuration menu - View commit details
-
Copy full SHA for fd4a312 - Browse repository at this point
Copy the full SHA fd4a312View commit details
Commits on Mar 13, 2024
-
wine.inf: Disable nvcuda.dll by default.
The nvcuda.dll stub presence may cause regressions when the games successfully load and try to use it (like Divinity The Original Sin 2). The library is enabled in proton script together with nvapi.dll. Link: ValveSoftware#119 CW-Bug-Id: #23561
Paul Gofman committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for f6d58de - Browse repository at this point
Copy the full SHA f6d58deView commit details -
winex11: Only listen to RawButton and RawTouch events in the rawinput…
… thread. CW-Bug-Id: #23563
Configuration menu - View commit details
-
Copy full SHA for fb9ed24 - Browse repository at this point
Copy the full SHA fb9ed24View commit details -
amd_ags_x64: Do not fail context creation for NULL output GPU info.
CW-Bug-Id: #23474
Paul Gofman committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for a788898 - Browse repository at this point
Copy the full SHA a788898View commit details
Commits on Mar 14, 2024
-
ntdll: Wait for thread suspension in NtSuspendThread().
CW-Bug-Id: #23552
Paul Gofman committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 0bfa27b - Browse repository at this point
Copy the full SHA 0bfa27bView commit details -
server: Send WM_WINE_CLIPCURSOR to release cursor only when necessary.
CW-Bug-Id: #23569
Configuration menu - View commit details
-
Copy full SHA for f61fcf9 - Browse repository at this point
Copy the full SHA f61fcf9View commit details -
server: Send WM_WINE_SETCURSOR message only when necessary.
CW-Bug-Id: #23569
Configuration menu - View commit details
-
Copy full SHA for 559f14d - Browse repository at this point
Copy the full SHA 559f14dView commit details -
fixup! bcrypt: Add support for none and OAEP-padded asymmetric key en…
…cryption. CW-Bug-Id: #23572
Paul Gofman committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d57e82 - Browse repository at this point
Copy the full SHA 4d57e82View commit details -
fixup! bcrypt: Add support for none and OAEP padded asymmetric key de…
…cryption. CW-Bug-Id: #23572
Paul Gofman committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e0a371 - Browse repository at this point
Copy the full SHA 6e0a371View commit details
Commits on Mar 15, 2024
-
server: Ignore some ICMP-originated socket errors for connectionless …
…sockets. CW-Bug-Id: #23578
Paul Gofman committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a9d50f - Browse repository at this point
Copy the full SHA 0a9d50fView commit details -
fixup! fshack: winex11: Always blit fs_hack in wglFlush and wglFinish…
… when drawing to front buffer. CW-Bug-Id: #23582
Paul Gofman committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a26c7c - Browse repository at this point
Copy the full SHA 9a26c7cView commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dffce0 - Browse repository at this point
Copy the full SHA 1dffce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ec99f - Browse repository at this point
Copy the full SHA 39ec99fView commit details -
ddraw: Support multiple devices per ddraw object.
CW-Bug-Id: #23583
Paul Gofman committedMar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 1aae743 - Browse repository at this point
Copy the full SHA 1aae743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1237265 - Browse repository at this point
Copy the full SHA 1237265View commit details
Commits on Mar 18, 2024
-
Revert "HACK: winex11: Add option to WINE_HIDE_NVK."
This reverts commit caa6104.
Configuration menu - View commit details
-
Copy full SHA for 80e8181 - Browse repository at this point
Copy the full SHA 80e8181View commit details -
Revert "HACK: winevulkan: Add option to WINE_HIDE_NVK."
This reverts commit febbad5.
Configuration menu - View commit details
-
Copy full SHA for bb0a3a7 - Browse repository at this point
Copy the full SHA bb0a3a7View commit details
Commits on Mar 19, 2024
-
winex11.drv: HACK: Don't clip child windows for C&C Red Alert 2.
CW-Bug-Id: #23585
Paul Gofman committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 7702847 - Browse repository at this point
Copy the full SHA 7702847View commit details -
winex11.drv: HACK: Don't clip child windows for C&C Tiberian Sun.
CW-Bug-Id: #23586
Paul Gofman committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 226fd24 - Browse repository at this point
Copy the full SHA 226fd24View commit details -
fixup! HACK: winex11, winevulkan: Support faking GPU PCI IDs.
CW-Bug-Id: #23596
Paul Gofman committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f248f7 - Browse repository at this point
Copy the full SHA 5f248f7View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b96041 - Browse repository at this point
Copy the full SHA 1b96041View commit details -
gdiplus: Fix use after free in GdipAddPathString.
(cherry picked from commit 3ca8204)
Configuration menu - View commit details
-
Copy full SHA for be0d9ed - Browse repository at this point
Copy the full SHA be0d9edView commit details -
gdiplus: Implement font linking in GdipAddPathString.
(cherry picked from commit 55f71fd)
Configuration menu - View commit details
-
Copy full SHA for 1accbc7 - Browse repository at this point
Copy the full SHA 1accbc7View commit details
Commits on Mar 21, 2024
-
ddraw: Don't demand WINED3D_BIND_SHADER_RESOURCE for making surface i…
…n vidmem. CW-Bug-Id: #23605
Paul Gofman committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for e37b544 - Browse repository at this point
Copy the full SHA e37b544View commit details
Commits on Mar 22, 2024
-
HACK: winex11: Disable pointer grab wait with gamescope.
CW-Bug-Id: #23595
Configuration menu - View commit details
-
Copy full SHA for 3720269 - Browse repository at this point
Copy the full SHA 3720269View commit details
Commits on Mar 23, 2024
-
win32u: Avoid writing past allocated memory in peek_message().
CW-Bug-Id: #23606
Paul Gofman committedMar 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c5bf95 - Browse repository at this point
Copy the full SHA 6c5bf95View commit details -
win32u: Avoid leaking previous buffer in get_buffer_space().
CW-Bug-Id: #23606
Paul Gofman committedMar 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c21e1a - Browse repository at this point
Copy the full SHA 5c21e1aView commit details
Commits on Mar 25, 2024
-
kernelbase: HACK: Force CEF swiftshader for Aisling and the Tavern of…
… Elves/nw.exe. CW-Bug-Id: #23612
Paul Gofman committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for cebce6d - Browse repository at this point
Copy the full SHA cebce6dView commit details -
kernelbase: HACK: Force CEF swiftshader for Snares of Ruin 2.
Paul Gofman committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for c8e2f13 - Browse repository at this point
Copy the full SHA c8e2f13View commit details -
amend! kernelbase: HACK: Force CEF swiftshader for Snares of Ruin 2.
kernelbase: HACK: Force CEF swiftshader for Snares of Ruin 2. CW-Bug-Id: #23613
Paul Gofman committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e105593 - Browse repository at this point
Copy the full SHA e105593View commit details -
fixup! kernelbase: HACK: Force CEF swiftshader for Aisling and the Ta…
…vern of Elves/nw.exe. CW-Bug-Id: #23613
Paul Gofman committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 7da8596 - Browse repository at this point
Copy the full SHA 7da8596View commit details
Commits on Mar 26, 2024
-
wintypes: Report some API contracts as present in api_information_sta…
…tics_IsApiContractPresentByMajor(). CW-Bug-Id: #23614
Paul Gofman committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 027486b - Browse repository at this point
Copy the full SHA 027486bView commit details -
windows.perception.stub: Add stub IHolographicSpaceInterop interface.
CW-Bug-Id: #23614
Paul Gofman committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c02a64 - Browse repository at this point
Copy the full SHA 3c02a64View commit details -
windows.perception.stub: HACK: Set WS_EX_NOACTIVATE for window in hol…
…ographicspace_interop_CreateForWindow(). CW-Bug-Id: #23614
Paul Gofman committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for bbdf832 - Browse repository at this point
Copy the full SHA bbdf832View commit details -
mf: Make session_get_node_object() more robust.
It's possible that a state object pointer not in the topology node collection gets passed to session_get_node_object(). Instead of returning the last node when the object is not found, we should return a NULL so that the state of the last node is not changed by mistake. Signed-off-by: Zhiyi Zhang <[email protected]> (cherry picked from commit a00b30b) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for 9807df9 - Browse repository at this point
Copy the full SHA 9807df9View commit details -
mf: Add a session_flush_nodes() helper.
Signed-off-by: Zhiyi Zhang <[email protected]> (cherry picked from commit 8173d3b) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for a46a5ee - Browse repository at this point
Copy the full SHA a46a5eeView commit details -
mf/tests: Add a create_test_topology() helper.
Signed-off-by: Zhiyi Zhang <[email protected]> (cherry picked from commit c1223d0) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for 69e8304 - Browse repository at this point
Copy the full SHA 69e8304View commit details -
mf: Support seeking while a session is started.
(cherry picked from commit 9c82ce9) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for ba94fc6 - Browse repository at this point
Copy the full SHA ba94fc6View commit details -
mf/tests: Test IMFMediaSession::Start().
Signed-off-by: Zhiyi Zhang <[email protected]> (cherry picked from commit 6b853a9) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for dfce0a5 - Browse repository at this point
Copy the full SHA dfce0a5View commit details -
mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTime().
(cherry picked from commit 2bcc87b) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for 283cde7 - Browse repository at this point
Copy the full SHA 283cde7View commit details -
mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTimeEx().
(cherry picked from commit 283d4ba) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for cab32f6 - Browse repository at this point
Copy the full SHA cab32f6View commit details -
mfmediaengine/tests: Test IMFMediaEngineEx::SetCurrentTime/Ex().
(cherry picked from commit de89f77) CW-Bug-Id: #22486 CW-Bug-Id: #22799
Configuration menu - View commit details
-
Copy full SHA for e9b0c55 - Browse repository at this point
Copy the full SHA e9b0c55View commit details -
winegstreamer: Remove pixel-aspect-ratio attribute which we don't sup…
…port. CW-Bug-Id: #23478
Configuration menu - View commit details
-
Copy full SHA for 7f3a30f - Browse repository at this point
Copy the full SHA 7f3a30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ff683 - Browse repository at this point
Copy the full SHA d4ff683View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd09f43 - Browse repository at this point
Copy the full SHA cd09f43View commit details
Commits on Mar 27, 2024
-
Revert "ntdll: Validate xstate alignment in validate_context_xstate()."
This reverts commit f3757df. CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8696119 - Browse repository at this point
Copy the full SHA 8696119View commit details -
Revert "ntdll: Validate context xstate at once in NtGetContextThread()."
This reverts commit 92fe920. CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 50c1fd5 - Browse repository at this point
Copy the full SHA 50c1fd5View commit details -
Revert "ntdll: Factor out validate_context_xstate() function."
This reverts commit 96e3ee8. CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for dbb8d07 - Browse repository at this point
Copy the full SHA dbb8d07View commit details -
ntdll: Fix exception list offset in call_user_mode_callback / user_mo…
…de_callback_return. (cherry picked from commit 39304da) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 96ebd03 - Browse repository at this point
Copy the full SHA 96ebd03View commit details -
ntdll: Don't hardcode xstate feature mask.
(cherry picked from commit 1e0728c) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 8c4c327 - Browse repository at this point
Copy the full SHA 8c4c327View commit details -
ntdll: Don't hardcode xstate size in syscall frame.
(cherry picked from commit 7ae488a) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 46ad15d - Browse repository at this point
Copy the full SHA 46ad15dView commit details -
ntdll: Don't hardcode xstate size in exception stack layout.
(cherry picked from commit dfe2b71) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 5878caa - Browse repository at this point
Copy the full SHA 5878caaView commit details -
ntdll: On x86_64, don't access %gs in signal_start_thread().
Configuration menu - View commit details
-
Copy full SHA for ddebce5 - Browse repository at this point
Copy the full SHA ddebce5View commit details -
ntdll: Mind context compaction mask in context_from_server().
(cherry picked from commit ba1e2d5) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 107d15a - Browse repository at this point
Copy the full SHA 107d15aView commit details -
ntdll: Don't copy xstate from / to syscall frame in usr1_handler().
(cherry picked from commit efd3d31) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for c892efa - Browse repository at this point
Copy the full SHA c892efaView commit details -
ntdll: Support generic xstate config in context manipulation functions.
(cherry picked from commit beec1b5) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for bb92f28 - Browse repository at this point
Copy the full SHA bb92f28View commit details -
ntdll: Respect red zone in usr1_handler() on x64.
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d80d751 - Browse repository at this point
Copy the full SHA d80d751View commit details -
ntdll: Only save AVX xstate in wine_syscall_dispatcher.
(cherry picked from commit 7ae23ad) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ab0effd - Browse repository at this point
Copy the full SHA ab0effdView commit details -
ntdll: Preserve untouched parts of xstate in NtSetContextThread().
(cherry picked from commit a10da8a) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d2c4325 - Browse repository at this point
Copy the full SHA d2c4325View commit details -
ntdll: Support generic xstate in Unix-side manipulation functions.
(cherry picked from commit 6bc2c09) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 505deaf - Browse repository at this point
Copy the full SHA 505deafView commit details -
ntdll: Factor out xstate_from_server() function.
(cherry picked from commit 25e0a25) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ee7854f - Browse repository at this point
Copy the full SHA ee7854fView commit details -
ntdll: Factor out context_to_server() function.
(cherry picked from commit a9d77d0) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 172e161 - Browse repository at this point
Copy the full SHA 172e161View commit details -
ntdll: Mind generic xstate masks in server context conversion.
(cherry picked from commit 3dea242) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f25b75 - Browse repository at this point
Copy the full SHA 6f25b75View commit details -
ntdll: Support more xstate features.
(cherry picked from commit 29c73ee) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 09031e4 - Browse repository at this point
Copy the full SHA 09031e4View commit details -
ntdll/tests: Add more tests for xstate.
(cherry picked from commit bb47eb9) CW-Bug-Id: #23244
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e4b498 - Browse repository at this point
Copy the full SHA 7e4b498View commit details -
ntdll: Factor out validate_context_xstate() function.
CW-Bug-Id: #20821
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e9e265 - Browse repository at this point
Copy the full SHA 0e9e265View commit details -
ntdll: Validate context xstate at once in NtGetContextThread().
CW-Bug-Id: #20821
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for b2712bd - Browse repository at this point
Copy the full SHA b2712bdView commit details -
ntdll: Validate xstate alignment in validate_context_xstate().
CW-Bug-Id: #20821
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d1edf79 - Browse repository at this point
Copy the full SHA d1edf79View commit details -
opengl32: HACK: Fixup shaders for Joe Danger 2: The Movie.
CW-Bug-Id: #23619
Paul Gofman committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 85541b1 - Browse repository at this point
Copy the full SHA 85541b1View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2b0f81 - Browse repository at this point
Copy the full SHA a2b0f81View commit details -
winegstreamer: HACK: Disable MF_SA_D3D11_AWARE for The Finals.
CW-Bug-Id: #23621
Paul Gofman committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 557bda3 - Browse repository at this point
Copy the full SHA 557bda3View commit details -
avifil32: Update lCurrentFrame in IGetFrame_fnGetFrame().
CW-Bug-Id: #23631
Paul Gofman committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2273156 - Browse repository at this point
Copy the full SHA 2273156View commit details
Commits on Mar 29, 2024
-
winegstreamer: Integrate media-converter to winegstreamer.
CW-Bug-Id: #23225
Configuration menu - View commit details
-
Copy full SHA for 9c3f4f0 - Browse repository at this point
Copy the full SHA 9c3f4f0View commit details -
Revert "mfmediaengine/tests: Test IMFMediaEngineEx::SetCurrentTime/Ex…
…()." This reverts commit e9b0c55.
Configuration menu - View commit details
-
Copy full SHA for d5b29cf - Browse repository at this point
Copy the full SHA d5b29cfView commit details -
Revert "mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTimeEx()."
This reverts commit cab32f6.
Configuration menu - View commit details
-
Copy full SHA for 52ccf64 - Browse repository at this point
Copy the full SHA 52ccf64View commit details -
Revert "mfmediaengine: Implement IMFMediaEngineEx::SetCurrentTime()."
This reverts commit 283cde7.
Configuration menu - View commit details
-
Copy full SHA for b2f499f - Browse repository at this point
Copy the full SHA b2f499fView commit details -
Revert "mf/tests: Test IMFMediaSession::Start()."
This reverts commit dfce0a5.
Configuration menu - View commit details
-
Copy full SHA for 80ef443 - Browse repository at this point
Copy the full SHA 80ef443View commit details -
Revert "mf: Support seeking while a session is started."
This reverts commit ba94fc6.
Configuration menu - View commit details
-
Copy full SHA for c1f7b96 - Browse repository at this point
Copy the full SHA c1f7b96View commit details -
Revert "mf/tests: Add a create_test_topology() helper."
This reverts commit 69e8304.
Configuration menu - View commit details
-
Copy full SHA for fde26f8 - Browse repository at this point
Copy the full SHA fde26f8View commit details -
Revert "mf: Add a session_flush_nodes() helper."
This reverts commit a46a5ee.
Configuration menu - View commit details
-
Copy full SHA for c387084 - Browse repository at this point
Copy the full SHA c387084View commit details -
explorer: Add an environment variable setting to start Xalia.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 71a0e7c - Browse repository at this point
Copy the full SHA 71a0e7cView commit details -
winex11.drv: Mark Xalia overlay window as a gamescope overlay.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d70dce6 - Browse repository at this point
Copy the full SHA d70dce6View commit details -
winex11.drv: Do not shape layered windows in Gamescope.
The use of xshape doesn't work and actively breaks rendering in Gamescope.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for f1a9c2d - Browse repository at this point
Copy the full SHA f1a9c2dView commit details -
win32u: Implement EVENT_OBJECT_STATECHANGE.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 0aca54d - Browse repository at this point
Copy the full SHA 0aca54dView commit details -
win32u: Implement EVENT_OBJECT_LOCATIONCHANGE.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for a588300 - Browse repository at this point
Copy the full SHA a588300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50300bf - Browse repository at this point
Copy the full SHA 50300bfView commit details -
win32u: Implement cross-process GetScrollBarInfo.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 111ffe4 - Browse repository at this point
Copy the full SHA 111ffe4View commit details -
win32u: Implement cross-process GetScrollInfo.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 3475b1a - Browse repository at this point
Copy the full SHA 3475b1aView commit details -
win32u: Implement winevents for scrollbars.
Esme Povirk committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2535769 - Browse repository at this point
Copy the full SHA 2535769View commit details
Commits on Apr 2, 2024
-
kernelbase: HACK: Force in-process-gpu for Summer Islands.
CW-Bug-Id: #23635
Paul Gofman committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 05e023a - Browse repository at this point
Copy the full SHA 05e023aView commit details
Commits on Apr 3, 2024
-
kernelbase: HACK: Force in-process-gpu for Total War: WARHAMMER II.
CW-Bug-Id: #23579
Paul Gofman committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ea89e6 - Browse repository at this point
Copy the full SHA 2ea89e6View commit details -
gdiplus/tests: Add tests for GdipPrivateAddMemoryFont().
CW-Bug-Id: #23597
Configuration menu - View commit details
-
Copy full SHA for c63b374 - Browse repository at this point
Copy the full SHA c63b374View commit details -
gdiplus: Search microsoft platform names first in load_ttf_name_id().
Search names in fonts in the order of Microsoft, Mac and finally Unicode platform. This is also the order win32u uses to load font names. Fix Granado Espada Japan (1219160) launcher crashes at start in Japanese locale. The game ships a font with a broken name record of Mac platform and encoding ID 0 (Roman) but the name string is in code page 10001 (Japanese). This broken name record is placed before the name records for the Microsoft platform so it gets selected first. Then name value in the name record doesn't get converted correctly to Unicode because of the wrong code page. Thus the EnumFontFamiliesExW() in GdipPrivateAddMemoryFont() fails to find the font. CW-Bug-Id: #23597
Configuration menu - View commit details
-
Copy full SHA for 8ff4cd2 - Browse repository at this point
Copy the full SHA 8ff4cd2View commit details -
mmdevapi: Implement SAC_IsAudioObjectFormatSupported().
CW-Bug-Id: #23641
Paul Gofman committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 6cc0d8b - Browse repository at this point
Copy the full SHA 6cc0d8bView commit details -
HACK: ntdll: Enable WINE_SIMULATE_WRITECOPY for Hentai Maid Memories.
CW-Bug-Id: #23637
Configuration menu - View commit details
-
Copy full SHA for a4503a7 - Browse repository at this point
Copy the full SHA a4503a7View commit details -
winegstreamer: Try to handle broken IStream_Stat implementation in WM…
… reader OpenStream(). CW-Bug-Id: #23643
Paul Gofman committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 3f99f09 - Browse repository at this point
Copy the full SHA 3f99f09View commit details
Commits on Apr 4, 2024
-
crypt32: Fix CryptBinaryToString not adding a separator.
(cherry picked from commit 624e87a)
Configuration menu - View commit details
-
Copy full SHA for 107c8d5 - Browse repository at this point
Copy the full SHA 107c8d5View commit details
Commits on Apr 5, 2024
-
kernelbase: HACK: Force CEF swiftshader for Insanity's Blade.
CW-Bug-Id: #23650
Paul Gofman committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for c488874 - Browse repository at this point
Copy the full SHA c488874View commit details -
kernelbase: HACK: Force disable direct composition for Bloody Walls.
CW-Bug-Id: #23651
Paul Gofman committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 2744876 - Browse repository at this point
Copy the full SHA 2744876View commit details -
fixup! opengl32: HACK: Fixup shaders for Joe Danger 2: The Movie.
Fix possibility of strcmp dereferencing NULL when env variable SteamGameId is not set. Link: ValveSoftware#228
Configuration menu - View commit details
-
Copy full SHA for f5c2fd9 - Browse repository at this point
Copy the full SHA f5c2fd9View commit details -
ntdll: Return STATUS_NO_YIELD_PERFORMED from NtYieldExecution() on Li…
…nux if no yield was performed. CW-Bug-Id: #23654
Paul Gofman committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 06f9ea4 - Browse repository at this point
Copy the full SHA 06f9ea4View commit details
Commits on Apr 9, 2024
-
winhttp: Set actual default receive response timeout to 21sec.
CW-Bug-Id: #23656
Paul Gofman committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for c231dbe - Browse repository at this point
Copy the full SHA c231dbeView commit details -
winhttp/tests: Add some tests for actual connection caching.
CW-Bug-Id: #23656
Paul Gofman committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c07041 - Browse repository at this point
Copy the full SHA 6c07041View commit details -
winhttp: Do not cache connection if suggested by request headers.
CW-Bug-Id: #23656
Paul Gofman committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 26c7c69 - Browse repository at this point
Copy the full SHA 26c7c69View commit details -
winegstreamer/media-converter: Split videoconv caps event handler to …
…a separate helper. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 4699da4 - Browse repository at this point
Copy the full SHA 4699da4View commit details -
winegstreamer/media-converter: Split videoconv upstream chunk dump to…
… a separate helper. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 8287b52 - Browse repository at this point
Copy the full SHA 8287b52View commit details -
winegstreamer/media-converter: Split videoconv stream-start event pus…
…h to a separate helper. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for b7de5e8 - Browse repository at this point
Copy the full SHA b7de5e8View commit details -
winegstreamer/media-converter: Split videoconv event caps push to a s…
…eparate helper. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 1d22a0d - Browse repository at this point
Copy the full SHA 1d22a0dView commit details -
winegstreamer/media-converter: Open the blank file on videoconv state…
… creation. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 0246157 - Browse repository at this point
Copy the full SHA 0246157View commit details -
winegstreamer/media-converter: Use an enum for video conv state flags.
CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 5e24cab - Browse repository at this point
Copy the full SHA 5e24cabView commit details -
winegstreamer/media-converter: Wrap around the blank video if shorter…
… than upstream data. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 512bb15 - Browse repository at this point
Copy the full SHA 512bb15View commit details -
winegstreamer/media-converter: Use gst_util_uint64_scale_round to rou…
…nd upstream position. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for b35f9cd - Browse repository at this point
Copy the full SHA b35f9cdView commit details -
winegstreamer/media-converter: Implement support for push mode in vid…
…eoconv. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 49dda8b - Browse repository at this point
Copy the full SHA 49dda8bView commit details -
winegstreamer/media-converter: Wrap videoconv and a demuxer in a new …
…protondemuxer bin. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for d7cbbc1 - Browse repository at this point
Copy the full SHA d7cbbc1View commit details -
winegstreamer/media-converter: Automatically add an audio decoder to …
…protondemuxer. CW-Bug-Id: #22319
Configuration menu - View commit details
-
Copy full SHA for 8996524 - Browse repository at this point
Copy the full SHA 8996524View commit details -
HACK: winebuild: Include target arch in the hash used for timestamp.
So that 32 and 64 bit PEs produce different values even if they have the same name.
Configuration menu - View commit details
-
Copy full SHA for de8a544 - Browse repository at this point
Copy the full SHA de8a544View commit details
Commits on Apr 10, 2024
-
ntdll/tests: Add tests for CONTEXT_EXCEPTION_REQUEST.
CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for e0aaae1 - Browse repository at this point
Copy the full SHA e0aaae1View commit details -
ntdll: Set exception reporting flags in NtGetContextThread().
CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for bca6c4d - Browse repository at this point
Copy the full SHA bca6c4dView commit details -
ntdll: Store exception reporting flags in server context.
CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for c989fa2 - Browse repository at this point
Copy the full SHA c989fa2View commit details -
ntdll: Store exception reporting flags on suspend.
CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 00eb203 - Browse repository at this point
Copy the full SHA 00eb203View commit details -
ntdll: Store exception reporting flags for debug events.
CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1875b21 - Browse repository at this point
Copy the full SHA 1875b21View commit details -
Revert "ntdll: Add WINE_DISABLE_WRITE_WATCH env var to disable write …
…watch support." This reverts commit 60b7ce6. CW-Bug-Id: #23654
Paul Gofman committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for d1b3920 - Browse repository at this point
Copy the full SHA d1b3920View commit details -
winevulkan: Return result through NtCallbackReturn for the debug call…
…backs. (cherry picked from commit 643538a)
Configuration menu - View commit details
-
Copy full SHA for 9f5933b - Browse repository at this point
Copy the full SHA 9f5933bView commit details -
winevulkan: Keep the create_info HWND on the surface wrappers.
(cherry picked from commit 982c2ed)
Configuration menu - View commit details
-
Copy full SHA for ae2f979 - Browse repository at this point
Copy the full SHA ae2f979View commit details -
winevulkan: Rename wine_device_memory mapping to vm_map.
To avoid conflict with handle mapping macros. (cherry picked from commit 84e4620)
Configuration menu - View commit details
-
Copy full SHA for 6df0775 - Browse repository at this point
Copy the full SHA 6df0775View commit details -
winevulkan: Use handle map for memory objects.
(cherry picked from commit 6491484)
Configuration menu - View commit details
-
Copy full SHA for 25613b4 - Browse repository at this point
Copy the full SHA 25613b4View commit details -
winevulkan: Remove handle mapping after host destory is called.
For VK_EXT_debug_utils callbacks on destroy / free.
Configuration menu - View commit details
-
Copy full SHA for 8783763 - Browse repository at this point
Copy the full SHA 8783763View commit details
Commits on Apr 11, 2024
-
fshack: winex11.drv: Introduce fs_hack_is_window_rect_fullscreen().
Introduce fs_hack_is_window_rect_fullscreen() and it replaces fs_hack_matches_current_mode() for determining whether fshack should be enabled for a window. The difference is that the new function considers a window with a rectangle larger than the monitor rectangle also fullscreen. This is actually closer to the behavior of NtUserIsWindowRectFullScreen(). Ideally, we should enable fshack for all windows and scale them all when a ChangeDisplaySetting() call is made to change resolutions. But that would be a bigger change and has higher overhead so let's not do that unless necessary. Another reason for this change is to avoid a black screen issue on Nvidia drivers. For example, on Arch Linux with Nvidia driver 550. Call of Juarez (21980) changes the resolution to 1024x768 then changes the game window to (-3, -22, 1030, 793). Because the new window rectangle doesn't match the fake monitor resolution, fshack is disabled for the window and its client window gets resized to the unscaled one. However, the fshack monitor still has the fake 1024x768 so Vulkan swapchains need to draw to a surface with the physical resolution. Because the unscaled client window is smaller than the physical resolution, vkAcquireNextImageKHR() always returns VK_ERROR_OUT_OF_DATE_KHR on Nvidia drivers. Of course, because Nvidia drivers are proprietary so I can't confirm this is the exact cause. CW-Bug-Id: #23466
Configuration menu - View commit details
-
Copy full SHA for 7885c89 - Browse repository at this point
Copy the full SHA 7885c89View commit details -
win32u: Store desktop flags in shared memory and use that in is_virtu…
…al_desktop(). CW-Bug-Id: #23665
Paul Gofman committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e89d72 - Browse repository at this point
Copy the full SHA 7e89d72View commit details -
user32: HACK: Avoid triggering displays update in GetDisplayConfigBuf…
…ferSizes(). To be dropped on next rebase. CW-Bug-Id: #23665
Paul Gofman committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c3d3091 - Browse repository at this point
Copy the full SHA c3d3091View commit details -
winevulkan: Make client's device memory wrapper available to callback…
… converter. With VK_EXT_device_address_binding_report we can get debug_util callbacks used to track memory bindings. Since it's the host's implementation that starts the callback we have to be sure that we have a way of converting it to the client side's variant before it's even added to the handle map - i.e. we don't know the host handle at that time yet. ntuser_thread_info which is thread-local is used.
Configuration menu - View commit details
-
Copy full SHA for 9f43fa5 - Browse repository at this point
Copy the full SHA 9f43fa5View commit details
Commits on Apr 12, 2024
-
HACK: mfplat: Enable new media source by default for more games.
CW-Bug-Id: #23618
Configuration menu - View commit details
-
Copy full SHA for b11119b - Browse repository at this point
Copy the full SHA b11119bView commit details -
ntdll: Implement NtQuerySystemInformation( SystemProcessIdInformation ).
CW-Bug-Id: #23669
Paul Gofman committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 5316d68 - Browse repository at this point
Copy the full SHA 5316d68View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 518fc94 - Browse repository at this point
Copy the full SHA 518fc94View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4255277 - Browse repository at this point
Copy the full SHA 4255277View commit details