Mesa Gets Two New OpenGL 4.x Support Patch Series

Written by Michael Larabel in Mesa on 6 November 2013 at 04:12 AM EST. 19 Comments
MESA
With Mesa 10.0 that will be released in a few weeks time there is finally OpenGL 3.2 and 3.3 support. But with Mesa still being several years and revisions behind the latest Khronos Group specification, it's still a matter of implementing a lot of new GL4 functionality. Fortunately, there's many developers devoted to this task and on Tuesday there were patches for two new GL extensions.

Courtney Goeltzenleuchter of LunarG has sent out a set of seven patches for providing GL_ARB_texture_view support while seperately there is KDE's Fredrik Höglund that's still tackling GL_ARB_vertex_attrib_binding.

ARB_texture_view is written against the OpenGL 4.2 Core profile and required for the OpenGL 4.3 specification. The extension allows a texture's data store to be viewed in multiple ways. This work for ARB_texture_view by Courtney at LunarG is spread over seven patches but only just lays the Mesa core groundwork and doesn't provide the support to any of the hardware drivers. Those new patches can be found on the Mesa list.

ARB_vertex_attrib_binding is also written against the GL 4.2 Core specification, required for GL 4.3, and allows for applications/games to change the mapping between vertex attributes and vertex bindings. This extension makes it more efficient to update vertex buffer bindings for interleaved vertex formats. Implementing the vertex attribute binding support in Mesa is spread over 11 patches and currently up to its second revision. Those current patches can be found on the mailing list as well. The GL_ARB_vertex_attrib_binding support is provided to all Mesa drivers.
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