Updated Roadmap (markdown)

kd-11 2019-06-25 21:38:43 +03:00
parent 7b543cf9f0
commit 99a8eeb3e1

@ -3,9 +3,7 @@ This is a non-exhaustive list of current goals made possible with the support of
## Short term goals ## Short term goals
* Improve SPU/PPU LLVM recompiler compatibility, add more optimizations. (Nekotekina) * Improve SPU/PPU LLVM recompiler compatibility, add more optimizations. (Nekotekina)
* Implement parametrized PPU/SPU Interpreters reusing current LLVM IR generator, remove original hard-coded interpreters and make LLVM mandatory. Add options regulating its accuracy detached from the base choice of the Interpreter or the Recompiler. (Nekotekina) * Implement parametrized PPU/SPU Interpreters reusing current LLVM IR generator, remove original hard-coded interpreters and make LLVM mandatory. Add options regulating its accuracy detached from the base choice of the Interpreter or the Recompiler. (Nekotekina)
* Improve communication between surface and texture cache. (kd-11) * Fix any remaining RSX regressions.
* Support for variable sized framebuffers to prevent data losses due to data clipping in surface cache. (kd-11)
* Support multisampled textures in the rendering pipeline to support MSAA and the other effects that go with that e.g alpha-to-coverage and alpha-to-one. (kd-11)
* Integrate the base framework for GPU-side program decompiler. (kd-11, DH) * Integrate the base framework for GPU-side program decompiler. (kd-11, DH)
## Medium term goals ## Medium term goals