I need to install OpenGL3.X on several computers whose graphics card might not support versions above 2.0 for teaching purposes.
Apparently on windows, that doesn't work as there are no updates for the drivers. However i have heard about Mesa and how it provides a software implementation for most of the Opengl functions.
So i have 2 questions:
- If i installed a Linux distribution with mesa 9.0, will i be able to compile and run new opengl programs (requiring opengl 3.2) ? (hardware acceleration is not required
- does it work on a virtual machine ?