-
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
kernelbase: HACK: Force swiftshader + in-process-gpu for Rockstar Soc… #140
Open
misyltoad
wants to merge
83
commits into
ValveSoftware:experimental_7.0
Choose a base branch
from
misyltoad:fix-rockstar-launcher
base: experimental_7.0
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
kernelbase: HACK: Force swiftshader + in-process-gpu for Rockstar Soc… #140
misyltoad
wants to merge
83
commits into
ValveSoftware:experimental_7.0
from
misyltoad:fix-rockstar-launcher
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: #19944
CW-Bug-Id: #19944
CW-Bug-Id: #19944
CW-Bug-Id: #19944
Signed-off-by: Derek Lesho <[email protected]>
Signed-off-by: Fabian Maurer <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 19c758d)
And use a single variable for the encoded or decoded URL so that free only has to be called once. Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 2b63fdd)
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit f20f988) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 162dc17) CW-Bug-Id: #20062
…ection() if UPNP IGD is found. Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit cbf2ca5) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 583605b) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit c091620) CW-Bug-Id: #20062
…connection(). Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 42d12db) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 42b2a69) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit e98a102) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 15fac20) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 7ed9fb0) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit de05efd) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 559b1d2) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 8f8fe74) CW-Bug-Id: #20062
…elements(). Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit d907c89) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 31f0509) CW-Bug-Id: #20062
…mapping_collection(). Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 69acffb) CW-Bug-Id: #20062
Signed-off-by: Paul Gofman <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 19c2ffe) CW-Bug-Id: #20062
Signed-off-by: Andrew Eikum <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> (cherry picked from commit 362e39a) Fixes occasional crash in Teardown. CW-Bug-Id: #20061
…ebuffer in fs_hack_setup_context(). CW-Bug-Id: #20102 Some games might not clear the framebuffer on each frame and rely on the data in framebuffer to persist through glFlush(), glFinish() etc. That is currently not the case if the fshack is getting turned on after some drawing was performed already.
CW-Bug-Id: #20102
…all. Fixes Arma 3 Launcher CW-Bug-Id: #18934
Normally this isn't necessary, because DirectShow sends all samples as soon as they are available. However, decodebin won't expose pads until it has a sample (or theoradec won't send a caps event until it has a sample?), and some transcoded videos somehow don't have a sample within the first 2 MB, i.e. the default limit. Two examples are Bloodstained: Ritual of the Night (CW bug 18550), which is a Media Foundation game, and Melty Blood: Type Lumina (CW bug 20149), which is a DirectShow game. To account for the latter we need to raise buffering limits. [Note: a similar commit was in 6.3 with the note that it helped performance in Worms Revolution and Blazblue Centralfiction. Is this still true?] CW-Bug-Id: #20149 CW-Bug-Id: #18550
When activating a window and sending activation messages to the window procedure, Windows avoids a recursive loop by not sending more of these messages or hooks while it's still activating the window. CW-Bug-Id: #19612 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46274
Instead of SendNotifyMessageW for WM_WINE_SETACTIVEWINDOW. CW-Bug-Id: #19612
Instead of only checking that the window is foreground. CW-Bug-Id: #19612
When window is already active but has lost foreground, as shown by concurrent SetForegroundWindow tests. CW-Bug-Id: #19612
CW-Bug-Id: #19612
When changing the active window in the foreground thread. CW-Bug-Id: #19612
This reverts commit fbea0b3.
… audio converter client" This reverts commit 704b643.
This reverts commit 4e4a7ee.
… color converter client" This reverts commit f8c2c88.
… media_source client" This reverts commit a71e8ba.
…memory" This reverts commit 36b0e9d.
…ial Club 'Fixes' it being one frame behind in all of its rendering. Using WineD3D etc, doesn't help here either, but this works for now.
this is live in bleeding edge and should be included in the next experimental release |
rbernon
force-pushed
the
experimental_7.0
branch
from
August 29, 2022 19:40
fe517aa
to
77752f3
Compare
ivyl
force-pushed
the
experimental_7.0
branch
from
September 13, 2022 18:57
77752f3
to
24d60b5
Compare
ivyl
force-pushed
the
experimental_7.0
branch
from
October 28, 2022 17:26
388b0e1
to
d4e9a19
Compare
ivyl
force-pushed
the
experimental_7.0
branch
from
December 22, 2022 16:26
8dabf33
to
30ed354
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.
…ial Club
'Fixes' it being one frame behind in all of its rendering.
Using WineD3D etc, doesn't help here either, but this works for now.