I am using Linux Mint 18.2 and I have an Intel HD Graphics 4000 from an Intel Core i5-3230M CPU.
I need to program in OpenGL 4.
Intel says that this GPU supports OpenGL 4.
However when i run glxinfo | grep "version"
I get the following:
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Max core profile version: 3.3
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
OpenGL core profile version string: 3.3 (Core Profile) Mesa 12.0.6
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 12.0.6
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 12.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
How can I get OpenGL 4 on my system?