<div dir="ltr"><div><div>Hi,<br><br></div>The fact that the REDWOOD cards (your HD 5730M is a part of the REDWOOD family card) are OpenGL 4.4 compliant is not completely true. As you can see <a href="https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units#Evergreen_.28HD_5xxx.29_Series">in the Wikiepedia table</a>, the REDWOOD lacks Double Precision support (the red column), which is a mandatory feature to support the "<a href="https://www.opengl.org/registry/specs/ARB/gpu_shader_fp64.txt">ARB_gpu_shader_fp64</a>" extension, as far as I know. This extension is part of OpenGL 4.0 so the REDWOOD cards are definitely stuck to OpenGL 3.3.<br></div><div><br></div><div>Regards.<br><br>--<br></div><div><i>Benjamin</i><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-29 14:38 GMT+02:00 Constantine <span dir="ltr"><<a href="mailto:Hi-Angel@yandex.ru" target="_blank">Hi-Angel@yandex.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello! I have Radeon HD5730 supporting up to OpenGL 4.4. (<br>
<a href="https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units#Mobility_Radeon_HD_5xxx_Series" rel="noreferrer" target="_blank">https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units#Mobility_Radeon_HD_5xxx_Series</a><br>
). Its driver is r600:<br>
<br>
        $ grep r600 /var/log/Xorg.0.log<br>
        [    86.840] (II) RADEON(0): [DRI2]   DRI driver: r600<br>
        [    86.840] (II) RADEON(0): [DRI2]   VDPAU driver: r600<br>
        [    86.938] (II) AIGLX: Loaded and initialized r600<br>
<br>
According to news I saw and the <a href="https://mesamatrix.net/" rel="noreferrer" target="_blank">https://mesamatrix.net/</a> , the driver fully<br>
supports OpenGL 4.1. But why do I see OpenGL 3.3? I.e.:<br>
<br>
        $ glxinfo | grep version<br>
        server glx version string: 1.4<br>
        client glx version string: 1.4<br>
        GLX version: 1.4<br>
        OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.3.0-devel<br>
(git-329d115 2016-05-26 trusty-oibaf-ppa)<br>
        OpenGL core profile shading language version string: 3.30<br>
        OpenGL version string: 3.0 Mesa 11.3.0-devel (git-329d115 2016-05-26<br>
trusty-oibaf-ppa)<br>
        OpenGL shading language version string: 1.30<br>
        OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.3.0-devel<br>
(git-329d115 2016-05-26 trusty-oibaf-ppa)<br>
        OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00<br>
<br>
OpenGL-4.1 were hit by r600 in December 2015, and the build I'm using — you<br>
can see the date — is 26 May 2016. Although the Mesa package I'm using is<br>
neither from distro, nor compiled by me, I really doubt that compiling by<br>
myself would change anything in this case (right?).<br>
<br>
_______________________________________________<br>
mesa-users mailing list<br>
<a href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-users" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-users</a><br>
</blockquote></div><br></div>