mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3178] [MERGED] Readbacks proof of concept rebased #3287
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#3287
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/3178
Author: @raphaelthegreat
Created: 6/30/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @georgemoralis
Base:
main← Head:lazy-flush📝 Commits (4)
53a48bdReadbacks proof of concept0b410a1liverpool: Use span for acb too53519aaconfig: Add readbacks config optionbfa1c59config: Log readbacks📊 Changes
17 files changed (+375 additions, -186 deletions)
View changed files
📝
src/common/config.cpp(+11 -0)📝
src/common/config.h(+2 -0)📝
src/core/address_space.cpp(+4 -3)📝
src/core/address_space.h(+1 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+1 -1)📝
src/emulator.cpp(+1 -0)📝
src/video_core/amdgpu/liverpool.cpp(+56 -42)📝
src/video_core/amdgpu/liverpool.h(+28 -7)📝
src/video_core/buffer_cache/buffer_cache.cpp(+136 -41)📝
src/video_core/buffer_cache/buffer_cache.h(+22 -14)📝
src/video_core/buffer_cache/memory_tracker.h(+8 -0)📝
src/video_core/buffer_cache/region_definitions.h(+1 -3)📝
src/video_core/buffer_cache/region_manager.h(+22 -38)📝
src/video_core/page_manager.cpp(+62 -31)📝
src/video_core/page_manager.h(+2 -3)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+16 -3)📝
src/video_core/renderer_vulkan/vk_rasterizer.h(+2 -0)📄 Description
The same as https://github.com/shadps4-emu/shadPS4/pull/2668 but rebased on new region manager and page manager implementations. Mostly opening so it can be compared with the readbacks-lite approach on correctness. There are also some optimizations I thought of to improve performance here, but will take time
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.