R600 Gallium3D LLVM Shader Compiler Hooked Up

Written by Michael Larabel in Mesa on 23 April 2012 at 04:45 PM EDT. 46 Comments
MESA
Mainline Mesa Git can now be built with the AMD R600 Gallium3D LLVM shader compiler back-end available.

Landed today in Mesa Git master were several "r600g/llvm" commits from AMD's Tom Stellard. While the LLVM back-end for the R600/SI support was actually merged into mainline Mesa earlier this month when the RadeonSI Gallium3D driver was merged, only today is it being hooked up to be made available for R600g use.

Ultimately the R600 LLVM back-end is expected to be merged into the LLVM code-base, but that hasn't happened yet (it was called for inclusion into LLVM last month, but hasn't been pulled by LLVM developers) and it's too late to be moved into LLVM 3.1. As a result, for now the R600 LLVM back-end is living in Mesa.

This LLVM back-end for R600g has been one of the items that AMD's open-source team has been working on for several months. In early December was when the R600g LLVM back-end was published. This LLVM implementation is needed for OpenCL on Radeon hardware, among other purposes.

Thanks to today's R600g LLVM commits (particularly this one), Mesa can now be built with --enable-r600-llvm-compiler to enable the LLVM shader compiler. With the support built-in, use of the LLVM shader compiler for R600g is still optional via toggling the R600_USE_LLVM environment variable.
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