-
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
winegstreamer: Fix wow64 support for wg_parser_connect. #235
Open
peterjc123
wants to merge
349
commits into
ValveSoftware:bleeding-edge
Choose a base branch
from
peterjc123:pr/wow64_wg_connect_fixes
base: bleeding-edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
winegstreamer: Fix wow64 support for wg_parser_connect. #235
peterjc123
wants to merge
349
commits into
ValveSoftware:bleeding-edge
from
peterjc123:pr/wow64_wg_connect_fixes
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CW-Bug-Id: #23185
…ion. Guarded behind a PROTON_EXPOSE_STEAM_CONTROLLER=1 variable. CW-Bug-Id: #23185
…hooks emulation. CW-Bug-Id: #23185
…aAvailable(). CW-Bug-Id: #23312
CW-Bug-Id: #23314
CW-Bug-Id: #21509
…tqueue_thread_proc(). CW-Bug-Id: #21509
CW-Bug-Id: #23394
To better track GStreamer threads, avoiding potential task leaks in the default pool which keeps some thread alive. CW-Bug-Id: #22045
CW-Bug-Id: #21804 CW-Bug-Id: #22299
CW-Bug-Id: #21804 CW-Bug-Id: #22299
CW-Bug-Id: #21804 CW-Bug-Id: #22299
CW-Bug-Id: #21804 CW-Bug-Id: #22299
CW-Bug-Id: #22581
…me games. CW-Bug-Id: #22581
CW-Bug-Id: #22581
…ReadData()." This reverts commit ec94ccd297c8e5f080b45b5d48a1d035a1492df6.
…QueryDataAvailable()." This reverts commit 41ffcf40a4244b2bc23709d57aa87fa01b13e80f.
…aAvailable(). (cherry picked from commit fd25344) CW-Bug-Id: #23312
(cherry picked from commit bd2a2c2) CW-Bug-Id: #23312
… create_gl_drawable(). CW-Bug-Id: #23329
…d window rendering. (cherry picked from commit eb5993a) CW-Bug-Id: #23302
(cherry picked from commit e891073)
Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
…il in Wine. To allow for error handling of missing Unix-side dependencies. Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
…the unixlib. Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
CW-Bug-Id: #23731
Otherwise, it keeps pushing samples after calling OnStatus(WMT_STOPPED), which doesn't seem right. (Leading to potential crash). CW-Bug-Id: #22313
CW-Bug-Id: #19529
CW-Bug-Id: #23739
CW-Bug-Id: #23740
…CECHANGE. CW-Bug-Id: #23732
…ice_list. CW-Bug-Id: #23732
…t(). CW-Bug-Id: #23755
… xrender. CW-Bug-Id: #23755
…es." This reverts commit b11119b.
…ray command." This reverts commit 1cf7a85d1288f67b3e677f3b03533d46da1d2775.
…ow is captured." This reverts commit 17d457d.
This reverts commit a6fe061.
…and. (cherry picked from commit d66fe62) CW-Bug-Id: #23178
… command. (cherry picked from commit 5da459f) CW-Bug-Id: #23178
(cherry picked from commit d47b13c) CW-Bug-Id: #23531
…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. (cherry picked from commit 818d9a1) CW-Bug-Id: #23531
peterjc123
force-pushed
the
pr/wow64_wg_connect_fixes
branch
from
May 4, 2024 02:00
923489d
to
cd5c7ea
Compare
@Plagman Rebased. |
Plagman
force-pushed
the
bleeding-edge
branch
4 times, most recently
from
July 19, 2024 17:11
03bcca0
to
24d3d22
Compare
Plagman
force-pushed
the
bleeding-edge
branch
3 times, most recently
from
July 30, 2024 18:23
97aa0e7
to
4a22a2a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56595
Commit in upstream wine: https://gitlab.winehq.org/wine/wine/-/commit/87eaf899551077817106bce62f5a8b980a47635f
Backport to fix games that uses gstreamer in wow64 mode.