Welcome, Guest!

Here are some links you may find helpful

Gpus similar to the ds 3d rasterizer?

cavencruiser

Member
Original poster
Registered
Dec 12, 2019
22
1
3
AGName
cavencruiser
Hi, I was making this post to ask if there are any other gpu's that render 3d graphics per scanline like the ds. As we all know, the ds doesn't use a framebuffer for its graphics display, it renders its polygons the way that sprites are rendered on retro consoles. You are limited on how many polygons you can render in a given frame, and fill rate isnt even a thing for the ds gpu since its done per scanline. So essentially, you can render a scene with all effects enabled, all at 60fps with the highest polycount the gpu supports. Is there any gpus in the past or after that render 3d models in this odd fasion?
 

MetalliC

Well-known member
Registered
Jun 28, 2019
75
71
18
AGName
MetalliC
AG Join Date
23.04.2014
Dreamcast's PowerVR2 had a bit similar render mode called "strip buffer".
instead of regular frame buffer it may use 2x screen-wide strips of tiles (at least 32pix height each), GPU will do render into one of them while another will be output to CRT display, then swap tile strips, and so on until whole frame will be rendered&displayed.

however, afaik no commercial games or homebrews uses this mode.
 
Last edited:

Make a donation