From d3f8c6d4d22e5ed0e1a431331d4f5cbbbab332be Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 9 Dec 2017 12:13:30 +0300 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 4aa2557..a08ff1d 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -6,11 +6,8 @@ This is a non-exhaustive list of current goals made possible with the support of * Remove obstacles for ASLR support. (Nekotekina) * Improve PPU LLVM recompiler compatibility and speed. (Nekotekina) * Begin SPU LLVM. (Nekotekina) -* Implement vulkan zcull (kd-11) -* Restructure texture cache and optimize rsx performance (kd-11) -* Properly support render-to-cubemap for realtime reflections (kd-11) -* Properly support MSAA (kd-11) * Native overlay API to allow custom UI to render within the GSFrame e.g SaveManager dialog (kd-11) +* Fix remaining problems with texture readback (write color buffers) (kd-11) ## Medium term goals * Improve SPU instruction accuracy for Fast Interpreter and ASMJIT