Conversation
5a7288e to
c130158
Compare
c130158 to
5da2147
Compare
And deal with extension aliases as necessary.
5da2147 to
f230fcd
Compare
Digger1955
added a commit
to Digger1955/dxvk-gplasync-lowlatency
that referenced
this pull request
Dec 2, 2025
[8b2f6b9](doitsujin@8b2f6b9) - [meta] Update Vulkan profile - [Update to VK_KHR_present_id2/wait2](doitsujin#5352)
Digger1955
added a commit
to Digger1955/dxvk-gplasync-lowlatency
that referenced
this pull request
Dec 2, 2025
[492afc5](doitsujin@492afc5) - [dxvk] Enable VK_KHR_present_id2 and VK_KHR_present_wait2 if supported - [Update to VK_KHR_present_id2/wait2](doitsujin#5352)
Digger1955
added a commit
to Digger1955/dxvk-gplasync-lowlatency
that referenced
this pull request
Dec 2, 2025
[492afc5](doitsujin@492afc5) - [dxvk] Enable VK_KHR_present_id2 and VK_KHR_present_wait2 if supported - [Update to VK_KHR_present_id2/wait2](doitsujin#5352) [39863ab](doitsujin@39863ab) - [dxvk] Use present_wait2 and present_id2 functionality if present - [Update to VK_KHR_present_id2/wait2](doitsujin#5352) [df15de2](doitsujin@df15de2) - [dxvk] Enable KHR_surface_maintenance1 instance extension - [Update to VK_KHR_present_id2/wait2](doitsujin#5352) [50e4f92](doitsujin@50e4f92) - [dxvk] Enable KHR_swapchain_maintenance1 if supported - [Update to VK_KHR_present_id2/wait2](doitsujin#5352)
This file contains hidden or 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
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 real functional changes, just some maintenance work.
Since the only new "feature" here is per-surface queries, we can keep the old path around for the time being, although it's probably going to get nuked at some point in the future if it starts bitrotting too much.