gallium: wrap u_screen in extern "C" for c++
authorDylan Baker <dylan@pnwbakers.com>
Mon, 28 Jan 2019 18:50:31 +0000 (10:50 -0800)
committerAlok Hota <alok.hota@intel.com>
Wed, 30 Jan 2019 15:12:27 +0000 (15:12 +0000)
commitb4986d2e0c629e35afe3bbcc7cdf981ba51a1a28
tree5dced29d0690145aa3beeeeba51105c714c43dc2
parent45903cddc371f0893730dc7621cb8dc03db153e0
gallium: wrap u_screen in extern "C" for c++

Some drivers (notabily SWR) are written in C++, and as such they need
access to C headers with extern "C". So lets add that.
src/gallium/auxiliary/util/u_screen.h