Skip to content
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

Shared virtual timeline sempahore implementation + misc Halo Infinite fix #17

Open
wants to merge 24 commits into
base: experimental_7.0
Choose a base branch
from

Conversation

Guy1524
Copy link
Owner

@Guy1524 Guy1524 commented Jul 27, 2022

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.

@Guy1524 Guy1524 changed the title Shared virtual timeline sempahore implementation + Misc Halo Infinite Fixing Commits Shared virtual timeline sempahore implementation + misc Halo Infinite fix Jul 27, 2022
rbernon and others added 4 commits July 28, 2022 11:47
Signed-off-by: Nikolay Sivov <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
(cherry picked from commit 68d2b33)
…ified for the stream.

Signed-off-by: Nikolay Sivov <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
(cherry picked from commit 3a8bdf8)
@Guy1524 Guy1524 force-pushed the halo-infinite-fixes branch 3 times, most recently from bb21d7d to 2a8a401 Compare July 29, 2022 18:46
zzhiyi and others added 4 commits August 1, 2022 17:25
…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 <[email protected]>
CW-Bug-Id: #21050

(replaces "fsync: Synchronize access to object cache.")
@Guy1524 Guy1524 force-pushed the halo-infinite-fixes branch from 2a8a401 to 8c95949 Compare August 1, 2022 21:05
Paul Gofman and others added 16 commits August 2, 2022 19:14
Signed-off-by: Georg Lehmann <[email protected]>
(cherry picked from commit fa8c7a6)
Signed-off-by: Philip Rebohle <[email protected]>
(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 <[email protected]>
…ith shared resources.

This is then used to share a shared memory section for shared fences
@Guy1524 Guy1524 force-pushed the halo-infinite-fixes branch from 8c95949 to 26871e7 Compare August 3, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants