mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #4041] [MERGED] Image copy Enhancement #3894
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#3894
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/4041
Author: @georgemoralis
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @georgemoralis
Base:
main← Head:image_copy📝 Commits (3)
b9afecbcopy image handle 2d->3d copies and opossite now16dd8f3make gcc happy99894fbfixed colouring issue📊 Changes
1 file changed (+106 additions, -24 deletions)
View changed files
📝
src/video_core/texture_cache/image.cpp(+106 -24)📄 Description
Currently ImageCopy function was only handled only 2D array to 2D array copy and 3d to 3d with same depth
Tried to enhanced this to support 2d array to 3d image and vice versa.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.