Shared virtual timeline sempahore implementation + misc Halo Infinite fix#17
Open
Guy1524 wants to merge 24 commits intoexperimental_7.0from
Open
Shared virtual timeline sempahore implementation + misc Halo Infinite fix#17Guy1524 wants to merge 24 commits intoexperimental_7.0from
Guy1524 wants to merge 24 commits intoexperimental_7.0from
Conversation
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 68d2b33)
…ified for the stream. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> (cherry picked from commit 3a8bdf8)
bb21d7d to
2a8a401
Compare
…wg_format(). mf_media_type_from_wg_format() may return NULL. Fix Airborne Kingdom crash at start because WG_AUDIO_FORMAT_UNKNOWN is passed to mf_media_type_from_wg_format(). Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
CW-Bug-Id: #21050
CW-Bug-Id: #21050 (replaces "fsync: Synchronize access to object cache.")
2a8a401 to
8c95949
Compare
CW-Bug-Id: #21027
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> (cherry picked from commit fa8c7a6)
Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de> (cherry picked from commit ccf0f91)
Needed for the shared resource manager to track the shared memory object for shared fences.
…of direct pointer to resource. This fixes the errors due to the pointers in FsContext becoming invalid when the resource pool was expanded. Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
…ith shared resources. This is then used to share a shared memory section for shared fences
…-Fence compatible timeline semaphores.
…ters to the source object.
…line semaphores in Vulkan Queues.
8c95949 to
26871e7
Compare
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.
Putting up this MR up for winevulkan review of the timeline semaphore commits. We virtualise the semaphores and the queues to implement a system similar to VKD3D-Proton's in which we implement wait-before-signal and rewinding ourselves. DXVK and VKD3D-Proton them implement their shared fence objects on top of this.