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

Peter Korsgaard peter at korsgaard.com
Thu Mar 10 19:59:36 UTC 2016


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 > ---
 >  package/mesa3d/Config.in | 9 +++++++++
 >  package/mesa3d/mesa3d.mk | 1 +
 >  2 files changed, 10 insertions(+)

 > diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
 > index 9057746..5badefa 100644
 > --- a/package/mesa3d/Config.in
 > +++ b/package/mesa3d/Config.in
 > @@ -43,6 +43,15 @@ config BR2_PACKAGE_MESA3D_NEEDS_XA
 
 >  comment "Gallium drivers"
 
 > +config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_I915
 > +	bool "Gallium i915 driver"
 > +	depends on BR2_i386 || BR2_x86_64
 > +	select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
 > +	select BR2_PACKAGE_LIBDRM_INTEL
 > +	select BR2_PACKAGE_MESA3D_NEEDS_XA
 > +	help
 > +	  Driver for Intel integrated graphics.
 > +

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?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list