[PR #3825] [MERGED] video_core: Reimplement inline data as buffer fill #3741

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3825
Author: @raphaelthegreat
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @georgemoralis

Base: mainHead: fix-inline


📝 Commits (1)

  • a8abe8d video_core: Reimplement inline data as buffer fill

📊 Changes

5 files changed (+20 additions, -65 deletions)

View changed files

📝 src/video_core/amdgpu/liverpool.cpp (+8 -7)
📝 src/video_core/buffer_cache/buffer_cache.cpp (+8 -52)
📝 src/video_core/buffer_cache/buffer_cache.h (+1 -3)
📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+2 -2)
📝 src/video_core/renderer_vulkan/vk_rasterizer.h (+1 -1)

📄 Description

Seems like it behaves as a buffer fill of a dword value instead of simply copying a single dword


🔄 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/3825 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix-inline` --- ### 📝 Commits (1) - [`a8abe8d`](https://github.com/shadps4-emu/shadPS4/commit/a8abe8de29357dd3c6733d4ea73e4df5690fd176) video_core: Reimplement inline data as buffer fill ### 📊 Changes **5 files changed** (+20 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/amdgpu/liverpool.cpp` (+8 -7) 📝 `src/video_core/buffer_cache/buffer_cache.cpp` (+8 -52) 📝 `src/video_core/buffer_cache/buffer_cache.h` (+1 -3) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+2 -2) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.h` (+1 -1) </details> ### 📄 Description Seems like it behaves as a buffer fill of a dword value instead of simply copying a single dword --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:49 +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#3741
No description provided.