|
|
|
|
|
by m463
1120 days ago
|
|
Isn't this sort of how specialized hardware kind of works? At some point, hardware (necessarily?) evolves to become optimized to do one thing, and then you have to just treat the driver as an API to the hardware. Even "simple" things like keyboards and mice are now small computers that run their own code, moreso more complex devices like sound cards and hard drives. And since graphics card performance seems to be the bottleneck in a lot of computing, it has become super specialized and you just hand off a high-level chunk of data and it does magic in parallel with fast memory and spits it out the hdmi cable. |
|