All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Enabling GLX without mesa DRI driver
@ 2017-02-21  7:55 Jérôme Pouiller
  2017-02-21  8:40 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Jérôme Pouiller @ 2017-02-21  7:55 UTC (permalink / raw)
  To: buildroot

Hello Bernd,

I try to clean up libGL provided by imx-gpu-viv-x11 package and I would like 
to have your advice.

In xserver_xorg-server.mk, GLX extension is enabled only if 
BR2_PACKAGE_MESA3D_DRI_DRIVER is enabled.

Consequently, it seems OpenGL is not available with Gallium, Nvidia and Radeon 
or I missed something?


-- 
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Enabling GLX without mesa DRI driver
  2017-02-21  7:55 [Buildroot] Enabling GLX without mesa DRI driver Jérôme Pouiller
@ 2017-02-21  8:40 ` Thomas Petazzoni
  2017-02-21 13:21   ` Jérôme Pouiller
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-02-21  8:40 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 21 Feb 2017 08:55:14 +0100, J?r?me Pouiller wrote:

> I try to clean up libGL provided by imx-gpu-viv-x11 package and I would like 
> to have your advice.
> 
> In xserver_xorg-server.mk, GLX extension is enabled only if 
> BR2_PACKAGE_MESA3D_DRI_DRIVER is enabled.
> 
> Consequently, it seems OpenGL is not available with Gallium, Nvidia and Radeon 
> or I missed something?

BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU selects
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER, and
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER selects BR2_PACKAGE_MESA3D_DRIVER, so
I think it's good, no?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Enabling GLX without mesa DRI driver
  2017-02-21  8:40 ` Thomas Petazzoni
@ 2017-02-21 13:21   ` Jérôme Pouiller
  2017-02-21 13:24     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Jérôme Pouiller @ 2017-02-21 13:21 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On Tuesday 21 February 2017 09:40:34 CET Thomas Petazzoni wrote:
> Hello,
> 
> On Tue, 21 Feb 2017 08:55:14 +0100, J?r?me Pouiller wrote:
> 
> > I try to clean up libGL provided by imx-gpu-viv-x11 package and I would like 
> > to have your advice.
> > 
> > In xserver_xorg-server.mk, GLX extension is enabled only if 
> > BR2_PACKAGE_MESA3D_DRI_DRIVER is enabled.
> > 
> > Consequently, it seems OpenGL is not available with Gallium, Nvidia and Radeon 
> > or I missed something?
> 
> BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU selects
> BR2_PACKAGE_MESA3D_GALLIUM_DRIVER, and
> BR2_PACKAGE_MESA3D_GALLIUM_DRIVER selects BR2_PACKAGE_MESA3D_DRIVER, so
> I think it's good, no?

You confuse BR2_PACKAGE_MESA3D_DRIVER and BR2_PACKAGE_MESA3D_DRI_DRIVER, no?


-- 
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Enabling GLX without mesa DRI driver
  2017-02-21 13:21   ` Jérôme Pouiller
@ 2017-02-21 13:24     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-02-21 13:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 21 Feb 2017 14:21:21 +0100, J?r?me Pouiller wrote:

> > BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU selects
> > BR2_PACKAGE_MESA3D_GALLIUM_DRIVER, and
> > BR2_PACKAGE_MESA3D_GALLIUM_DRIVER selects BR2_PACKAGE_MESA3D_DRIVER, so
> > I think it's good, no?  
> 
> You confuse BR2_PACKAGE_MESA3D_DRIVER and BR2_PACKAGE_MESA3D_DRI_DRIVER, no?

Yes, indeed. Sorry about the confusion :-/

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-21 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  7:55 [Buildroot] Enabling GLX without mesa DRI driver Jérôme Pouiller
2017-02-21  8:40 ` Thomas Petazzoni
2017-02-21 13:21   ` Jérôme Pouiller
2017-02-21 13:24     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.