Flush Control Support Lands In Mesa

Written by Michael Larabel in Mesa on 7 November 2017 at 05:46 AM EST. 2 Comments
MESA
The latest extension onboarding for Mesa is wiring in ARB_context_flush_control support.

The ARB_context_flush_control extension is used to better define behavior when dealing with multiple OpenGL contexts. With most windowing system APIs, when the current context for a thread is changed, an implicit flush is issued. That implicit flushing can cause problems with newer OpenGL features, i.e. shared memory buffers. The ARB_context_flush_control support allows defining the desired behavior by the game/application for when switching between GL/GLES contexts. This way no inadvertently problematic behavior.

More details on the extension via the OpenGL registry. This context_flush_control extension isn't currently mandated by any released version of the OpenGL specification.

Adam Jackson of Red Hat and Neil Roberts of Intel have landed this flush control support into Mesa for the Intel Mesa driver as well as Gallium3D. Now it's another GL extension crossed off the TODO list for Mesa 17.4/Mesa 18.0.
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