Skip to content

v1.3.0

Compare
Choose a tag to compare
@pseudophpt pseudophpt released this 28 Jun 02:59
· 8 commits to master since this release

Added

  • PSM3D PopMtx command
  • Math library
  • PSM3D Z-buffered triangles
  • PSM3D Textured triangles
  • Triangle backface culling
  • Triangle clipping

Changed

  • PSM3D matrix stack pointer to be stored in register instead of DMEM
  • Vertex cache (x, y) pair is now aligned to the integer, saving calculation time

Fixed

  • Bug in sign extension of RSP load/store offsets
  • Bug in VMOV instructions using incorrect element index type
  • Fix matrix size

Removed

  • Newton-Raphson iteration for textured rectangles