I'm an opengl programmer, and I would like to use opengl 4.0; problem is that I cannot install any proprietary drivers, and when I type : glxinfo | grep "OpenGL version" in the terminal, it outputs me :
OpenGL version string: 3.0 Mesa 10.5.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
Can anyone tell me how I could update mesa to 4.x+ ?
EDit :
lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company Device 1972
Kernel driver in use: i915
lspci -k | grep -EA2 'VGA|3D'
terminal command. – Pilot6 Jul 24 '15 at 10:42