Skip to content

gallium: wrap u_screen in extern "C" for c++

Dylan Baker requested to merge dbaker/mesa:swr_screen_fix into master

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

Merge request reports