mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
1. rsx: Rework section synchronization using the new memory mirrors
2. rsx: Tweaks
- Simplify peeking into the current rsx::thread instance.
Use a simple rsx::get_current_renderer instead of asking fxm for the same
- Fix global rsx super memory shm block management
3. rsx: Improve memory validation. test_framebuffer() and
tag_framebuffer() are simplified due to mirror support
4. rsx: Only write back confirmed memory range to avoid overapproximation errors in blit engine
5. rsx: Explicitly mark clobbered flushable sections as dirty to have them
removed
6. rsx: Cumulative fixes
- Reimplement rsx::buffered_section management routines
- blit engine subsections are not hit-tested against confirmed/committed memory range
Not all applications are 'honest' about region bounds, making the real cpu range useless for blit ops
|
||
|---|---|---|
| .. | ||
| lv2 | ||
| Modules | ||
| Common.h | ||
| ErrorCodes.h | ||
| MFC.cpp | ||
| MFC.h | ||
| PPCDisAsm.h | ||
| PPUAnalyser.cpp | ||
| PPUAnalyser.h | ||
| PPUCallback.h | ||
| PPUDisAsm.cpp | ||
| PPUDisAsm.h | ||
| PPUFunction.cpp | ||
| PPUFunction.h | ||
| PPUInterpreter.cpp | ||
| PPUInterpreter.h | ||
| PPUModule.cpp | ||
| PPUModule.h | ||
| PPUOpcodes.h | ||
| PPUThread.cpp | ||
| PPUThread.h | ||
| PPUTranslator.cpp | ||
| PPUTranslator.h | ||
| RawSPUThread.cpp | ||
| RawSPUThread.h | ||
| SPUAnalyser.cpp | ||
| SPUAnalyser.h | ||
| SPUASMJITRecompiler.cpp | ||
| SPUASMJITRecompiler.h | ||
| SPUDisAsm.cpp | ||
| SPUDisAsm.h | ||
| SPUInterpreter.cpp | ||
| SPUInterpreter.h | ||
| SPUOpcodes.h | ||
| SPURecompiler.cpp | ||
| SPURecompiler.h | ||
| SPUThread.cpp | ||
| SPUThread.h | ||