Why do they need 3D?
Why do they need 3D?
Posted Nov 4, 2011 19:14 UTC (Fri) by raven667 (subscriber, #5198)In reply to: Why do they need 3D? by slashdot
Parent article: Rawhide gets GNOME Shell for all display types
This question gets asked a lot and the answer is that modern video devices don't have any 2D acceleration or real 2D APIs anymore. One can emulate an old VGA or VESA interface in software and treat the card as a simple framebuffer, modern CPUs make that fast enough to not totally suck but that's certainly not ideal. It doesn't make sense to have a highly capable GPU attached to your system and not use it to process graphics data. Any graphics API is going to be backed by OpenGL as the standard way to access the hardware.
