[PR #618] [MERGED] video_core: Added copyGPUCmdBuffers option #1667

Closed
opened 2026-02-27 21:13:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/618
Author: @vertver
Created: 8/27/2024
Status: Merged
Merged: 8/28/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (7)

  • 659e7a4 video_core: Added copyGPUCmdBuffers option
  • 595b845 clang-format fix
  • 3d46a5d Do not shrink buffer's size on submit
  • 3842993 Use input dcb and ccb instead of copy
  • 1a02efb clang-format style fix
  • 87ccfdf Fixed type on function
  • dfb30ea Use pair of spans instead of references in copy command buffers function

📊 Changes

4 files changed (+57 additions, -0 deletions)

View changed files

📝 src/common/config.cpp (+11 -0)
📝 src/common/config.h (+2 -0)
📝 src/video_core/amdgpu/liverpool.cpp (+35 -0)
📝 src/video_core/amdgpu/liverpool.h (+9 -0)

📄 Description

Because CUSA01593 crashes due to command buffer reuse, the workaround in the command buffer copy is required to resolve this issue.


🔄 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/618 **Author:** [@vertver](https://github.com/vertver) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`659e7a4`](https://github.com/shadps4-emu/shadPS4/commit/659e7a467549ebca374acc859c8a0e3d47c0e0b6) video_core: Added copyGPUCmdBuffers option - [`595b845`](https://github.com/shadps4-emu/shadPS4/commit/595b845df0f6776cb44201217a7cdc2f7cb679d3) clang-format fix - [`3d46a5d`](https://github.com/shadps4-emu/shadPS4/commit/3d46a5d4920fdf5ab04fb20e6f86bde87235d77c) Do not shrink buffer's size on submit - [`3842993`](https://github.com/shadps4-emu/shadPS4/commit/3842993a4310e5f6c392f0898c795a50e5a731a2) Use input dcb and ccb instead of copy - [`1a02efb`](https://github.com/shadps4-emu/shadPS4/commit/1a02efbd156ff7b07bfa306cd94c39862cba8d56) clang-format style fix - [`87ccfdf`](https://github.com/shadps4-emu/shadPS4/commit/87ccfdfbbdb7b98ba1169174096baffcd1d93729) Fixed type on function - [`dfb30ea`](https://github.com/shadps4-emu/shadPS4/commit/dfb30ea955279e82f3c86cf9f0f8a0b59c2dcdfd) Use pair of spans instead of references in copy command buffers function ### 📊 Changes **4 files changed** (+57 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+11 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/video_core/amdgpu/liverpool.cpp` (+35 -0) 📝 `src/video_core/amdgpu/liverpool.h` (+9 -0) </details> ### 📄 Description Because CUSA01593 crashes due to command buffer reuse, the workaround in the command buffer copy is required to resolve [this](https://github.com/shadps4-emu/shadps4-game-compatibility/issues/50) issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:30 +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#1667
No description provided.