Software emulated OpenGL with higher version than my graphics card supports

Posted by leemes on Ask Ubuntu See other posts from Ask Ubuntu or by leemes
Published on 2012-09-04T11:17:21Z Indexed on 2012/09/30 21:50 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I have an Intel GMA 950 chipset in my netbook. I want to learn how to write OpenGL shader programs with this fantastic tutorial and therefore need OpenGL 3.3. Sadly, my graphics card only supports OpenGL 1.4.

I think that MESA can emulate OpenGL in software, so I'm wondering if it can emulate OpenGL 3.3 without any hardware accelleration (performance is very much no problem, since this is only for learning and testing puroses).

Is there any possibility to do this?

© Ask Ubuntu or respective owner

Related posts about Hardware

Related posts about opengl