Does OpenGL have a software renderer layer interface thing?

Does OpenGL have a software renderer layer interface thing?

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Dave
Posts: 56
Joined: 28 Apr 2005, 01:44

Post by Dave »

Eh?

Do you mean "Can OpenGL work with hardware that doesn't do hardware acceleration", then yes, it can. See MesaGL, an implementation of the OpenGL libraries completely in software.

That said, running fully software OpenGL for anything but the simplest renders is futile. Even with the best hardware acceleration around it can be difficult to get decent framerates with the stuff people want to use nowadays. Imagine removing all optimised hardware, the dedicated gpu and ram, and adding all that extra load on the main cpu/ram...
Post Reply

Return to “Engine”