[PR #2447] [MERGED] video_core: Fix some cases of "Attempted to track non-GPU memory" #2740

Closed
opened 2026-02-27 22:01:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2447
Author: @raphaelthegreat
Created: 2/15/2025
Status: Merged
Merged: 2/19/2025
Merged by: @georgemoralis

Base: mainHead: gpu-mem


📝 Commits (4)

  • 2a3cf25 memory: Consider flexible mappings as gpu accessible
  • 5c46989 memory: Clamp large buffers to mapped area
  • dea2d95 clang-format fix
  • f4ae6b6 Merge branch 'main' into gpu-mem

📊 Changes

3 files changed (+30 additions, -14 deletions)

View changed files

📝 src/core/memory.cpp (+19 -4)
📝 src/core/memory.h (+2 -0)
📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+9 -10)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2447 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `gpu-mem` --- ### 📝 Commits (4) - [`2a3cf25`](https://github.com/shadps4-emu/shadPS4/commit/2a3cf25cce2ad05dabed717f58b9a94998d73fae) memory: Consider flexible mappings as gpu accessible - [`5c46989`](https://github.com/shadps4-emu/shadPS4/commit/5c46989bba009bdefcb0da7d65b488667ecdb9d9) memory: Clamp large buffers to mapped area - [`dea2d95`](https://github.com/shadps4-emu/shadPS4/commit/dea2d95473db23066aabb0dfeeeb7c1547b1664f) clang-format fix - [`f4ae6b6`](https://github.com/shadps4-emu/shadPS4/commit/f4ae6b63ffd8d9dd44346c2811c32dea44bbb9c4) Merge branch 'main' into gpu-mem ### 📊 Changes **3 files changed** (+30 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory.cpp` (+19 -4) 📝 `src/core/memory.h` (+2 -0) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+9 -10) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2740
No description provided.