Re: version string for OpenGL not correct?
Benjamin Bellec <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CANzfOVK72mFd0vgT+mRWjkH8F1XEg4q5kk=WMg8+3Lk5MCXKrw@mail.gmail.com> |
Hello, This is a recurrent mistake. 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. What you are looking for is in fact the OpenGL Core profile, which you get with the command : glxinfo | grep -A 1 "OpenGL core profile version" Regards. -- Benjamin 2015-08-11 14:35 GMT+02:00 Andrew Henry <[email protected]>: > Im running mesa 11.0 devel from a Fedora 22 amd64 copr repo (griever) > > 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 > > 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. > > _______________________________________________ > mesa-users mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-users > > _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users