mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3155] [MERGED] video_core: Page manager and memory tracker improvenets #3268
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#3268
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/3155
Author: @LNDF
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @LNDF
Base:
main← Head:protect_adjust📝 Commits (6)
b2dec3cI don't know what to put here1a7eb95clang-format7d80a45clang-format 2.0ff99ad6Deadlock free locking22a974bPor boost range lock implementationec9c97eclang-format📊 Changes
8 files changed (+176 additions, -42 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/common/adaptive_mutex.h(+3 -0)➕
src/common/range_lock.h(+101 -0)📝
src/video_core/buffer_cache/memory_tracker.h(+5 -5)📝
src/video_core/buffer_cache/region_definitions.h(+7 -7)📝
src/video_core/buffer_cache/region_manager.h(+13 -10)📝
src/video_core/page_manager.cpp(+39 -18)📝
src/video_core/page_manager.h(+7 -2)📄 Description
This adds some improvements to the page manager and memory tracker:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.