[PR #4041] [MERGED] Image copy Enhancement #3894

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

📋 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: mainHead: image_copy


📝 Commits (3)

  • b9afecb copy image handle 2d->3d copies and opossite now
  • 16dd8f3 make gcc happy
  • 99894fb fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/4041 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `image_copy` --- ### 📝 Commits (3) - [`b9afecb`](https://github.com/shadps4-emu/shadPS4/commit/b9afecb49242437c86ca17297cef0b312f5421ad) copy image handle 2d->3d copies and opossite now - [`16dd8f3`](https://github.com/shadps4-emu/shadPS4/commit/16dd8f31cf7e875a98ca00ed22204f7a952a0971) make gcc happy - [`99894fb`](https://github.com/shadps4-emu/shadPS4/commit/99894fba779ae3eddbdc3880cc98331c948f8e30) fixed colouring issue ### 📊 Changes **1 file changed** (+106 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/texture_cache/image.cpp` (+106 -24) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:22 +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#3894
No description provided.