-
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
Open
peterjc123
wants to merge
389
commits into
ValveSoftware:bleeding-edge
Choose a base branch
from
peterjc123:pr/wow64_wg_source_create
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
wg_parser: Add missing argument flags for wow64_wg_source_create #233
peterjc123
wants to merge
389
commits into
ValveSoftware:bleeding-edge
from
peterjc123:pr/wow64_wg_source_create
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
Signed-off-by: Bernhard Kölbl <[email protected]> CW-Bug-Id: #20134
CW-Bug-Id: #20134
…sting. Speak during the delay, to test the code. CW-Bug-Id: #20134
CW-Bug-Id: #20134
CW-Bug-Id: #20134
CW-Bug-Id: #20427
CW-Bug-Id: #20427
CW-Bug-Id: #23416
CW-Bug-Id: #23322
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.
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)
(cherry picked from commit c45bedb) CW-Bug-Id: #22520
(cherry picked from commit ca6f3a7) CW-Bug-Id: #22520
(cherry picked from commit 26498d9) CW-Bug-Id: #22520
(cherry picked from commit b6c1760) CW-Bug-Id: #22520
(cherry picked from commit 001d1a4) CW-Bug-Id: #22520
(cherry picked from commit 59a7ee1) CW-Bug-Id: #22520
(cherry picked from commit 261d7c3) CW-Bug-Id: #22520
(cherry picked from commit 6f2a0c4) CW-Bug-Id: #22520
(cherry picked from commit 6e8d450) CW-Bug-Id: #22520
(cherry picked from commit afac7d7)
(cherry picked from commit 5243f2e) CW-Bug-Id: #22520
…ry::EnumTokens. (cherry picked from commit 4bbfd83) CW-Bug-Id: #22520
(cherry picked from commit 0f8b59a) CW-Bug-Id: #22520
(cherry picked from commit 62aec03) CW-Bug-Id: #22520
(cherry picked from commit 5808735) CW-Bug-Id: #22520
So that 32 and 64 bit PEs produce different values even if they have the same name.
CW-Bug-Id: #23654
CW-Bug-Id: #23654
CW-Bug-Id: #23654
CW-Bug-Id: #23654
CW-Bug-Id: #23654
…watch support." This reverts commit 60b7ce6. CW-Bug-Id: #23654
…backs. (cherry picked from commit 643538a)
(cherry picked from commit 982c2ed)
To avoid conflict with handle mapping macros. (cherry picked from commit 84e4620)
(cherry picked from commit 6491484)
For VK_EXT_debug_utils callbacks on destroy / free.
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
…al_desktop(). CW-Bug-Id: #23665
…ferSizes(). To be dropped on next rebase. CW-Bug-Id: #23665
… 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.
CW-Bug-Id: #23618
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.
No description provided.