mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #4050] [MERGED] Gpu fixes misc #3897
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#3897
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/4050
Author: @georgemoralis
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/19/2026
Merged by: @georgemoralis
Base:
main← Head:gpu_fixes_misc📝 Commits (10+)
c24e01ffixed image copy to ignore stencil aspectcd5242fAdded logging for "Encountered unresolvable image overlap with equal memory address."7eb30a9fixed overlap issues with different pitch , added more detailed logging for rest of overlap issuesbbe98b0improved log errorb0267f2maybe mipmaps ?0a52ce5array layers or different mip map range5e9783drewrote case new image has fewer mip levels than cached image0116729array with 2 layers?5777b64last case72773a4improved📊 Changes
2 files changed (+126 additions, -11 deletions)
View changed files
📝
src/video_core/texture_cache/image.cpp(+13 -11)📝
src/video_core/texture_cache/texture_cache.cpp(+113 -0)📄 Description
-Improved ImageCopy to ignore stencil aspect , this might fix the issue with Assertion Failed!
vk::Result=ErrorFeatureNotPresent
-Added logging for Unreachable image overlap so we can invest more
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.