[Buildroot] [PATCH] mesa3d: add intel gallium driver support

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Mar 10 20:08:47 UTC 2016


On 10/03/16 16:59, Peter Korsgaard wrote:

> I don't know much about mesa, but I thought the Intel driver didn't use
> galium? Is this some kind of alternative to the dri driver?

You've got both, from mesa configure:

--with-gallium-drivers[=DIRS...]
    comma delimited Gallium drivers list, e.g.
    "i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl"
    [default=r300,r600,svga,swrast]

Enabling it builds /usr/lib/dri/i915_dri.so besides others you may have 
selected (in my case kms_swrast_dri.so and swrast_dri.so).
Otherwise we can ask Bernd, but i get that additional driver with this 
option, and it's documented.
Regards.



More information about the buildroot mailing list