Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 487 Bytes

File metadata and controls

10 lines (8 loc) · 487 Bytes

Roadmap

Some tasks to be done. Order is irrelevant unless explicitly stated:

  • gfx/frontend/opengl: Implement GLSL shader parser.
  • cpu/hir/passes: More optimization passes.
  • cpu/frontend/spu: Take care of unimplemented instructions.
  • cpu/backend: For security reasons, switch between RX and RW pages without hurting performance.
  • gpu/rsx: Verify on a real console which PGRAPH commands are allowed between a begin-end pair of NV4097_SET_BEGIN_END commands.