I spotted an interesting set of improvements that where not listed...
Code:
dandel@dandel-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5700 Series
OpenGL version string: 4.1.10362 Compatibility Profile Context
All this output shows is the driver Claims to be OpenGL 4.1 capable.
Code:
dandel@dandel-desktop:~$ glxinfo | grep -i version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL version string: 4.1.10362 Compatibility Profile Context
OpenGL shading language version string: 4.10
Same as above... just means all applications see this.
Code:
dandel@dandel-desktop:~$ glxinfo | grep -i es2_compat
GL_AMD_vertex_shader_tessellator, GL_ARB_ES2_compatibility,
Now this is the fun part... the extension, GL_ARB_ES2_compatibility is part of OpenGL 4.1 that allows for Using OpenGL ES on the desktop with OpenGL Contests.