When I typed the following :
$ glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 10.6.0-devel
I found from https://support.apple.com/en-ap/HT202823 Intel HD Graphics 3000 (with Sandy Bridge based CPU) supports up to OpenGL 3.3. I found driver update does not help. Ubuntu 14.04 is the version I am using which was directly installed meaning not upgraded from lower version of Ubuntu.
Did anybody ever successfully update to OpenGL 3.3 from 3.0?
@dobey:
$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.0-devel
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.6.0-devel
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
This is version info including core profile. The version core profile shows what I exactly want to have for just OpenGL version and shading language version.
OpenGL core profile version string:
in its output? – dobey May 18 '15 at 21:37