ARB_shader_ballot Posted For RadeonSI, Can Be Used For AZDO Techniques

Written by Michael Larabel in Mesa on 31 March 2017 at 01:42 PM EDT. 6 Comments
MESA
The latest RadeonSI OpenGL extension work done by AMD developer Nicolai Hähnle is on the useful ARB_shader_ballot extension.

ARB_shader_ballot was one of the new extensions in the OpenGL 2015 update and can be used for AZDO "Approaching Zero Driver Overhead" techniques, at least on AMD GCN hardware. There was previously the AMD_shader_ballot extension for which this OpenGL ARB extension is based.

Implementing ARB_shader_ballot took over 500 lines of code spread over 19 patches and some AMDGPU LLVM patches will be needed for properly vetted support. As explained with the OpenGL registry, "this extension provides the ability for a group of invocations which execute in lockstep to do limited forms of cross-invocation communication via a group broadcast of a invocation value, or broadcast of a bitarray representing a predicate value from each invocation in the group."

RadeonSI is currently the first Mesa/Gallium3D driver with patches pending for ARB_shader_ballot support.
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