mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #4057] [CLOSED] Fix: Device loss caused by image overlap (Partial) #3903
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#3903
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/4057
Author: @wuguo13842
Created: 2/20/2026
Status: ❌ Closed
Base:
main← Head:Fix_Device_loss_caused_by_image_overlap_(Partial)📝 Commits (1)
c1589ebFix: Device loss caused by image overlap (Partial)📊 Changes
4 files changed (+272 additions, -47 deletions)
View changed files
📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+134 -1)📝
src/video_core/renderer_vulkan/vk_rasterizer.h(+5 -1)📝
src/video_core/texture_cache/image.h(+4 -1)📝
src/video_core/texture_cache/texture_cache.cpp(+129 -44)📄 Description
Root Cause:
Changes:
Status: Partial completion - images can be created normally, but content
copying functionality is currently disabled
修复: 图像重叠导致的设备丢失问题 (部分完成)
问题原因:
本次修改:
状态:部分完成,图像已能正常创建,但内容复制功能暂未启用
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.