Another OpenGL 4.2 Extension Is Hitting Mesa

Written by Michael Larabel in Mesa on 15 January 2014 at 11:03 AM EST. 1 Comment
MESA
Francisco Jerez has begun landing his driver patches into mainline Mesa for supporting the GL_ARB_shader_image_load_store extension as mandated by the OpenGL 4.2 specification.

GL_ARB_shader_image_load_store allows GLSL built-in functions for shaders to load, store, and atomic read-modify-write operations on a single level of a texture object (images) during any shader stage. The OpenGL extension is documented at length within the specification found at OpenGL.org. This extension is required for full compliance with the OpenGL 4.2 specification.

Francisco has been working for some time on this GL extension for Mesa/Gallium3D and while it's still considered a work-in-progress, the initial low-level code for the extension was pushed to Git master today. The committed work has been to Mesa's common area and not specific to any driver.
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