Mesa, EGL Support For The Buffer-Age Extension

Written by Michael Larabel in Mesa on 20 December 2012 at 11:02 AM EST. Add A Comment
MESA
Mesa is picking up support for EGL_EXT_buffer_age, an extension that can help out compositing window managers.

Last week the new NVIDIA Linux Beta introduced GLX_EXT_buffer_age support. This GLX extension can be used for fixing tearing problems and the performance of compositing window managers. An experimental Compiz can already make use of GLX_EXT_buffer_age for bettering the window manager's performance.

Kristian Høgsberg has now implemented the EGL_EXT_buffer_age for Mesa. The EGL_EXT_buffer_age extension is equivalent to the GLX version but for EGL instead. EGL is the future over GLX and EGL is used by Wayland, which is where Kristian's concerning himself with this buffer-age support.

The EGL_EXT_buffer_age support comes via a set of eight patches currently on the mesa-dev list. There's some infrastructure plumbing for EGL_EXT_buffer_age, implementing the support within GBM, adding the support to EGL_DRI2, and then to EGL/Wayland.
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