mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #618] [MERGED] video_core: Added copyGPUCmdBuffers option #1667
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#1667
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/618
Author: @vertver
Created: 8/27/2024
Status: ✅ Merged
Merged: 8/28/2024
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (7)
659e7a4video_core: Added copyGPUCmdBuffers option595b845clang-format fix3d46a5dDo not shrink buffer's size on submit3842993Use input dcb and ccb instead of copy1a02efbclang-format style fix87ccfdfFixed type on functiondfb30eaUse 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.