mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #303] [MERGED] Move presentation to separate thread/improve sync #1465
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/303
Author: @raphaelthegreat
Created: 7/18/2024
Status: ✅ Merged
Merged: 7/28/2024
Merged by: @psucien
Base:
main← Head:present2📝 Commits (10+)
cc81ba6video_out: Move presentation to separate thread2e4f32aliverpool: Better sync for CPU flips502dc1cdriver: Make flip blockingfb325e3videoout: Proper flip rate and vblank management6d86c6fconfig: Add vblank divider option621d50eclang format4d3b993videoout: addedsceVideoOutWaitVblank1f60b3dclang formatc9a1395vk_scheduler: Silly merge conflict72e5462externals: Add renderdoc API📊 Changes
32 files changed (+1259 additions, -224 deletions)
View changed files
📝
.reuse/dep5(+4 -0)📝
CMakeLists.txt(+4 -1)📝
externals/CMakeLists.txt(+7 -0)➕
externals/renderdoc/renderdoc_app.h(+741 -0)📝
src/common/config.cpp(+16 -2)📝
src/common/config.h(+2 -0)📝
src/common/path_util.cpp(+1 -0)📝
src/common/path_util.h(+2 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+2 -2)📝
src/core/libraries/kernel/event_queue.cpp(+1 -3)📝
src/core/libraries/libs.cpp(+1 -1)📝
src/core/libraries/videoout/driver.cpp(+63 -40)📝
src/core/libraries/videoout/driver.h(+31 -7)📝
src/core/libraries/videoout/video_out.cpp(+14 -8)📝
src/core/libraries/videoout/video_out.h(+2 -4)📝
src/emulator.cpp(+19 -8)📝
src/sdl_window.cpp(+7 -1)📝
src/video_core/amdgpu/liverpool.cpp(+29 -6)📝
src/video_core/amdgpu/liverpool.h(+22 -0)📝
src/video_core/amdgpu/pm4_cmds.h(+8 -6)...and 12 more files
📄 Description
Todo:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.