Mesa 5.0 Released
Eugenia writes "Mesa 5.0 has been released. It implements the OpenGL 1.4 specification." There's more information as to what's been fixed/added/changed on their SF.net project page.
← Back to Stories (view on slashdot.org)
It'd be interresting to know how this release compares to other OpenGL implementations on Windows. Anyone looked into this?
Why Windows? It's always interresting to see how any open software solutions stack up versus their proprietary cousins on a proprietary system.
.: Max Romantschuk
I used to use Mesa years ago as a software-only OpenGL-like API, on a system for which there was no OpenGL implementation, but I was writing code to run on a system that did have it (these were MacOS 7.x and an Indy, if memory serves). But if you have an OpenGL driver, what does Mesa do? Surely the libraries that come with the driver implement the API? Or does it just let you write 1.4 code with a card/driver that only supports up to 1.2 in the hardware, and do the new 1.4 features in software?