mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3197] video_core: Batch syncing buffers for DMA (WIP) #3297
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#3297
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/3197
Author: @LNDF
Created: 7/6/2025
Status: 🔄 Open
Base:
main← Head:batch-sync📝 Commits (10+)
31ac542Tracker locking47c43dfUse RangeSet5490740Initial implementation (untested)5a24258Deferring mode8e54385correct default temple args35bbe87Merge branch 'main' into batch-sync5d2598cFix shared locking17815adSingle pass on mapped ranges (no barrier batching)cee22c4Merge remote-tracking branch 'upstream/main' into batch-synca6cdf2eSome tests📊 Changes
11 files changed (+175 additions, -55 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)📝
src/common/func_traits.h(+23 -4)📝
src/video_core/amdgpu/liverpool.cpp(+13 -3)📝
src/video_core/buffer_cache/buffer_cache.cpp(+77 -5)📝
src/video_core/buffer_cache/buffer_cache.h(+8 -7)📝
src/video_core/buffer_cache/region_definitions.h(+2 -0)📝
src/video_core/buffer_cache/region_manager.h(+24 -8)📝
src/video_core/page_manager.cpp(+1 -0)📝
src/video_core/range_set.h(+6 -6)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+10 -13)📝
src/video_core/renderer_vulkan/vk_rasterizer.h(+10 -8)📄 Description
This is a draft, not ready.
It aims to batch syncing buffers for DMA.
I have not tested this. Expect not to work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.