In theory, mesa 10.0.1 should support OpenGL 3.3 but currently I\'m only getting 3.0 support.
glxinfo gives some confusing results...
[pdel@architect
It's right there in the release notes:
OpenGL 3.3 is only available if requested at context creation because compatibility contexts not supported.
It looks like glxinfo first tries to grab the highest supported core profile information and then drops back to non-core.
So you get two sets of versions, one for a core profile and another for a non-core profile.
If you want OpenGL 3.3 under Mesa you must create a core profile.