Last Minute GLX Extensions For X.Org Server 1.13

Written by Michael Larabel in X.Org on 5 July 2012 at 03:26 PM EDT. 10 Comments
X.ORG
While the GLX_ARB_create_context and GLX_ARB_create_context_profile extensions were already pulled into the GLX code for X.Org Server 1.13, with the merge window being extended to allow the landing of Airlie's RandR 1.5 work, a few more GLX extensions have now landed too.

Landing in the X.Org Server mainline Git repository this afternoon are implementations of GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, and GLX_ARB_create_context_robustness.

The GLX_ARB_create_context* work is what's used by OpenGL 3.0+ applications for specifying at context-creation time what OpenGL version and context properties it wishes to use. The now-supported GLX_ARB_create_context_profile extension is a requirement of OpenGL 3.2 and later.

The GLX_EXT_create_context_es2_profile extension is dependent upon OpenGL ES 2.0 and the just-mentioned GLX_ARB_create_context* extensions. The GLX_EXT_create_context_es2_profile is used for creating an OpenGL ES 2.0 context. Lastly, the GLX_ARB_create_context_robustness extension is used for creating an OpenGL context supporting robust buffer access behavior and a specified graphics reset notification behavior.

The patches now found in the mainline X.Org Server can be found from CGit. X.Org Server 1.13 is set for release in September, but unfortunately is unlikely to make it into Ubuntu 12.10.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week