This pull request has been designated for reprocessing. Please check back in a few minutes.

rsx: Fix flush predictor behavior when using surface cache for blit engine targets #19524

Merged
kd-11 opened 10:12am on September 17, 2026 wanted to merge 81 Δ into rpcs3/rpcs3 master from
2026/maint

Pull request #19524 quality checks

Code files and functions touched by this pull request are analyzed below.

Quality targets

How does this pull request compare to chosen code quality targets? Read more about code quality targets.

Target name Target value This PR
Maximum Diff Delta per PR 500 81
Maximum comment count per PR 10 3
Pull request maximum business days between activity 3 2
Pull request maximum business days open 5 2

Coupled files

Are there any files from this commit that are always committed alongside another file? This often suggests that there exists code coupling to potentially remove. Read more about code coupling

Committed together % Code file
Coupled code file
Commits in PR with both
72 rpcs3/Emu/RSX/Common/texture_cache_helpers.h
rpcs3/Emu/RSX/Common/texture_cache.h
1

Biggest files changes in pull request

Estimated line counts are shown. Values may change once change summary has finished building.

Path View whole file Lines removed Lines added Final line count
rpcs3/Emu/RSX/Common/texture_cache_helpers.h 7 1 ---
rpcs3/Emu/RSX/Common/texture_cache.h 2 4 ---
rpcs3/Emu/RSX/VK/VKTextureCache.cpp 1 1 ---
rpcs3/Emu/RSX/GL/GLTextureCache.h 0 0 ---

️ Biggest functions grown or shrunk by pull request

Which functions had their line count change as part of this pull request?

Estimated line counts are shown. Values may change once change summary has finished building.

Qualified function name View whole function Lines removed Lines added Final line count
upload_scaled_image 2 2 472
texture_cache::blit 1 1 16