Hacker News new | ask | show | jobs
by vanviegen 406 days ago
GPU rendering in some form or another (mostly just bitblitting characters, I guess) has also been common for decades. Classic hardware text mode is basically just that. Also, display densities and sizes have gone up (for some of us).
1 comments

> Classic hardware text mode is basically just that.

I highly doubt that, unless you consider bitblting to be hardware accelerated.

When people say "GPU render" they mean 3D accelerators from the line of Voodoo onwards, not regular 2D graphics cards.