OpenCL Over Mesa, Gallium3D Discussion

Written by Michael Larabel in Mesa on 9 December 2009 at 09:26 PM EST. 6 Comments
MESA
While NVIDIA and ATI/AMD have OpenCL support within their binary drivers, the open-source Mesa / Gallium3D stack is still lacking open-source support for the Open Computing Language on Linux. But the discussion surrounding OpenCL in Gallium3D has been renewed on the mailing list today.

Since August there has been a branch that provides Clover, which is an OpenCL state tracker ("CL over [Gallium3D]"), but unlike other state trackers it hasn't been progressing at a brisk pace. In fact, the Mesa/Clover code has not been touched now in three months.

Fortunately though a developer had submitted patches today to the Mesa3D development list that creates and implements stub context methods in OpenCL. The implemented methods were clCreateContext, clCreateContexFromType, clRetainContext, and clReleaseContext.

Zack Rusin has now chimed in on the mailing list with a few questions/statements surrounding OpenCL in Mesa / Gallium3D. There are a few issues that need to be decided upon for implementing compute support in Gallium3D, which comes down to whether this state tracker should live within Mesa or its own repository, what build system to use for Clover (cmake or scons), and the language selection to provide for OpenCL support. This discussion is ongoing and we will be monitoring this mailing list thread.
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