<div dir="ltr"><div><div><div><div>Hello,<br><br></div>This is a recurrent mistake.<br><br>glxinfo | grep "OpenGL version" gives you the level for the GL Compatibility profile. Mesa is currently limited to GL3.0 in Compatibility level and the developers don't plan to implement higher Compatibility level.<br><br></div>What you are looking for is in fact the OpenGL Core profile, which you get with the command :<br>glxinfo | grep -A 1 "OpenGL core profile version"<br><br></div>Regards.<br><br></div>--<br>Benjamin<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-11 14:35 GMT+02:00 Andrew Henry <span dir="ltr"><<a href="mailto:adhenry.9@gmail.com" target="_blank">adhenry.9@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Im running mesa 11.0 devel from a Fedora 22 amd64 copr repo (griever)<br><br></div>However, when i get version info with glxinfo | grep "OpenGL version", it still only reports the version string as being 3.0.  This is a problem because I need 3.3<br><br></div>I use an AMD Radeon HD 7750 which should have support for OpenGL 3.3 and 4.1, so why do I not see this in the version string?  It does not seem to be exposed correctly.<br></div>
<br>_______________________________________________<br>
mesa-users mailing list<br>
<a href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-users</a><br>
<br></blockquote></div><br></div>