From: Luca B. <lu...@lu...> - 2010-04-02 18:46:14
|
> So far, there are no dependencies on Gallium in core Mesa. > > We've talked about refactoring some of the Gallium code into a separate > module that'd be sharable between Gallium and Mesa. The format code would > probably fit into that. Can't we just unconditionally pull gallium/auxiliary in Mesa? (unused stuff will be ignored by the linker due to .a behavior) |