Difference between revisions of "Sega Saturn/Hardware comparison"

From Sega Retro

Line 50: Line 50:
 
|-
 
|-
 
! Geometry transformations
 
! Geometry transformations
| 3,068,000 vertices/sec,{{ref|1=28 operations per vertex ([http://segaretro.org/images/c/ce/ST-240-A-SP1-052295.pdf#page=8 21 transform operations], [https://books.google.co.uk/books?id=iAvHt5RCHbMC&pg=PA97 7 projection operations])}} <br> 1,363,000 triangles/sec,{{ref|63 operations (36 multiplies, 27 adds) per triangle}} <br> 1,022,000 quads/sec{{ref|84 operations (48 multiplies, 36 adds) per quad}}
+
| 3,068,000 vertices/sec,{{ref|1=28 operations per vertex ([http://segaretro.org/images/c/ce/ST-240-A-SP1-052295.pdf#page=8 21 transform operations], [https://books.google.co.uk/books?id=iAvHt5RCHbMC&pg=PA97 7 projection operations])}} <br> 1,718,000 triangles/sec,{{ref|1=[http://hitmen.c02.at/files/docs/psx/psx.pdf#page=60 50 arithmetic operations] per triangle}} <br> 767,000 quads/sec{{ref|4 vertices per quad}}
| 1,992,000 vertices/sec,{{ref|1=17 cycles ([http://hitmen.c02.at/files/docs/psx/psx.pdf#page=59 15 cycles instruction], [http://ece545.com/F15/reports/F13_PSX.pdf#page=17 2 cycles delay]) per vertex}} <br> 1,354,000 triangles/sec,{{ref|1=25 cycles ([http://hitmen.c02.at/files/docs/psx/psx.pdf#page=59 23 cycles instruction], [http://ece545.com/F15/reports/F13_PSX.pdf#page=17 2 cycles delay]) per triangle}} <br> 498,000 quads/sec{{ref|4 vertices per quad}}
+
| 1,992,000 vertices/sec,{{ref|1=17 cycles ([http://hitmen.c02.at/files/docs/psx/psx.pdf#page=59 15 cycles instruction], [http://ece545.com/F15/reports/F13_PSX.pdf#page=17 2 cycles delay]) per vertex}} <br> 1,354,000 triangles/sec,{{ref|1=25 cycles ([http://hitmen.c02.at/files/docs/psx/psx.pdf#page=60 23 cycles instruction], 2 cycles delay) per triangle}} <br> 498,000 quads/sec{{ref|4 vertices per quad}}
| 434,000 vertices/sec,{{ref|1=306 cycles per vertex ([https://books.google.co.uk/books?id=iAvHt5RCHbMC&pg=PA95 18 multiplies, 14 adds, 3 divides])}} <br> 209,000 triangles/sec,{{ref|3 vertices per triangle}} <br> 156,000 quads/sec{{ref|4 vertices per quad}}
+
| 434,000 vertices/sec,{{ref|1=306 cycles per vertex ([https://books.google.co.uk/books?id=iAvHt5RCHbMC&pg=PA95 18 multiplies, 14 adds, 3 divides])}} <br> 144,000 triangles/sec,{{ref|3 vertices per triangle}} <br> 108,000 quads/sec{{ref|4 vertices per quad}}
 
|}
 
|}
  

Revision as of 10:56, 5 November 2016


This short article is in need of work. You can help Sega Retro by adding to it.


Vs. PlayStation

The Sega Saturn is generally more powerful than the rival PlayStation,[1][2] but more difficult to get to grips with.[2] The Saturn has more raw computational power and faster pixel drawing; the PS1 can only draw pixels through its polygon engine, whereas the Saturn can draw pixels directly with its processors, giving it more programming flexibility.[3]

When both SH-2 and the SCU DSP are used in parallel, the Saturn is capable of 160 MIPS and 85 million fixed-point operations/sec, faster than the PS1's GTE (66 MIPS); when programmed effectively, the Saturn's parallel geometry engine can calculate more 3D geometry than the PS1. The's VDP1 has a fillrate of 28.6364 MPixels/s per framebuffer, compared to the PS1's GPU which has a fillrate of 30 MPixels/s (15-bit RGB) or 15 MPixels/s (24-bit RGB). The fillrate for 8×8 textures is 18 MTexels/s for the VDP1 and 15.28 MTexels/s for the PS1's GPU (4000 8×8 sprites).[4][5][6]

The VDP2 has a significantly higher effective tile fillrate of 500 MPixels/s; if the VDP2 is used for drawing textured infinite planes, this frees up the VDP1's polygons for other 3D assets, whereas the PS1 needs to draw many polygons to construct 3D textured planes (with very limited draw distance compared to the VDP2). The VDP1's quad polygons are drawn with edge anti‑aliasing (for smoother edges) and forward texture mapping (with limited perspective correction), while the VDP2's infinite planes are drawn with true perspective correction, whereas the PS1's triangle polygons have aliased edges and are drawn with affine texture mapping which lacks perspective correction (resulting in perspective distortion and texture warping). The PS1 has more effective polygon transparency than the VDP1, while the VDP2 has more effective transparency than the PS1. The VDP1 is more effective at Gouraud shading than the PS1's GPU, while the VDP2 is more effective at visual effects such as misting and reflective water effects.

The PS1's straightforward hardware architecture, triangle polygons, and more effective development tools and C language support, made it easier for developers to program 3D graphics. When it came to 2D graphics, on the other hand, the Saturn's combination of a VDP1 sprite framebuffer and VDP2 parallax scrolling backgrounds made it both more powerful and straightforward to program 2D graphics, compared to the PS1 which draws all 2D graphics to a single framebuffer.

Vs. Nintendo 64

Vs. PC

The Saturn's VDP1 was the basis for Nvidia's first graphics processor, the NV1, which was one of the first 3D graphics accelerators on PC, released in 1995. Like the Saturn, it uses quad polygons and supports forward texture mapping with limited perspective correction, and several Saturn ports are available for it. However, the NV1 has a fillrate of 12.5 MPixels/s and a rendering performance of 50,000 polygons/sec, less than the VDP1's 28 MPixels/s per framebuffer and more than 500,000 polygons/sec rendering throughput. In comparison, the most powerful PC graphics card of 1995, Yamaha's Tasmania 3D, which was based on triangle polygons, had a 25 MPixels/s fillrate and 300,000 polygons/sec rendering throughput, more than the NV1, but less than the Saturn and PlayStation.

Comparison table

See Sega Saturn technical specifications for more technical details on Saturn hardware
System Sega Saturn (1994) Sony PlayStation (1994) PC (1995)
Geometry processors 2x Hitachi SH-2 DSP (28.63636 MHz),
Sega SCU DSP (14.31818 MHz)
Sony GTE (33.8688 MHz)[7] Intel Pentium (133 MHz)
Arithmetic operations 85.90908 MOPS[8] 66 MOPS[9] 44.33333 MOPS[10]
Additions 71.5909 million adds/sec[11] 66 million adds/sec 44.33333 million adds/sec[10]
Multiplications 71.5 million multiplies/sec[12] 33.8 million multiplies/sec 12 million multiplies/sec[13]
Divisions 57.2 million divides/sec (1-bit),[14]
6.3 million divides/sec (16-bit)[15]
33.8 million divides/sec (1-bit)[16] 6 million divides/sec (8-bit),[17]
4.4 million divides/sec (16-bit)[18]
Geometry transformations 3,068,000 vertices/sec,[19]
1,718,000 triangles/sec,[20]
767,000 quads/sec[21]
1,992,000 vertices/sec,[22]
1,354,000 triangles/sec,[23]
498,000 quads/sec[21]
434,000 vertices/sec,[24]
144,000 triangles/sec,[25]
108,000 quads/sec[21]

References

  1. File:Edge UK 030.pdf, page 99
  2. 2.0 2.1 File:SSM UK 24.pdf, page 25
  3. Scavenger Interview, Edge
  4. PlayStation documentation
  5. PlayStation GPU documentation
  6. File:NextGeneration US 01.pdf, page 48
  7. PlayStation Hardware (page 2-3) (Sony)
  8. [57.27272 MOPS (million operations per second) for SH-2 DSP, 28.63636 MOPS for SCU DSP 57.27272 MOPS (million operations per second) for SH-2 DSP, 28.63636 MOPS for SCU DSP]
  9. File:NextGeneration US 12.pdf, page 42
  10. 10.0 10.1 3 cycles per add
  11. [57,272,720 adds/sec (SH-2 DSP), 14,318,180 adds/sec (SCU DSP) 57,272,720 adds/sec (SH-2 DSP), 14,318,180 adds/sec (SCU DSP)]
  12. [57,272,720 multiplies/sec (SH-2 DSP), 14,318,180 multiplies/sec (SCU DSP) 57,272,720 multiplies/sec (SH-2 DSP), 14,318,180 multiplies/sec (SCU DSP)]
  13. 11 cycles per multiply
  14. File:Hitachi SuperH Programming Manual.pdf, page 155
  15. [9 cycles per divide (SH-2 DSP) (Sega DTS, March 1996, Saturn Demo Code And Custom Libraries) 9 cycles per divide (SH-2 DSP) (Sega DTS, March 1996, Saturn Demo Code And Custom Libraries)]
  16. Everything You Have Always Wanted to Know about the Playstation (page 60)
  17. 22 cycles per divide
  18. 30 cycles per divide
  19. [28 operations per vertex (21 transform operations, 7 projection operations) 28 operations per vertex (21 transform operations, 7 projection operations)]
  20. 50 arithmetic operations per triangle
  21. 21.0 21.1 21.2 [4 vertices per quad 4 vertices per quad]
  22. [17 cycles (15 cycles instruction, 2 cycles delay) per vertex 17 cycles (15 cycles instruction, 2 cycles delay) per vertex]
  23. [25 cycles (23 cycles instruction, 2 cycles delay) per triangle 25 cycles (23 cycles instruction, 2 cycles delay) per triangle]
  24. [306 cycles per vertex (18 multiplies, 14 adds, 3 divides) 306 cycles per vertex (18 multiplies, 14 adds, 3 divides)]
  25. [3 vertices per triangle 3 vertices per triangle]