Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-10 Thread Trevor Woerner
On Fri 2020-12-04 @ 11:51:41 AM, Phil Blundell wrote: > On Thu, Dec 03, 2020 at 05:35:23PM -0500, Trevor Woerner wrote: > > On Thu, Dec 3, 2020 at 5:25 PM Phil Blundell wrote: > > > > > If we're talking about OpenGLES applications, wouldn't you already have > > > opengl in DISTRO_FEATURES? > > >

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-04 Thread Phil Blundell via lists.openembedded.org
On Thu, Dec 03, 2020 at 05:35:23PM -0500, Trevor Woerner wrote: > On Thu, Dec 3, 2020 at 5:25 PM Phil Blundell wrote: > > > If we're talking about OpenGLES applications, wouldn't you already have > > opengl in DISTRO_FEATURES? > > > > Not necessarily. > > Adding opengl to DISTRO_FEATURES

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-03 Thread Trevor Woerner
On Thu, Dec 3, 2020 at 5:25 PM Phil Blundell wrote: > If we're talking about OpenGLES applications, wouldn't you already have > opengl in DISTRO_FEATURES? > Not necessarily. Adding opengl to DISTRO_FEATURES really means "enable a bunch of PACKAGECONFIGs all over the place because I need x11

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-03 Thread Phil Blundell via lists.openembedded.org
If we're talking about OpenGLES applications, wouldn't you already have opengl in DISTRO_FEATURES? I'm not sure it makes a lot of sense to introduce a check for dispmanx to oe-core if nothing in oe-core ever defines that feature. p. On 3 December 2020 13:35:26 GMT, Trevor Woerner wrote:

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-03 Thread Trevor Woerner
On Thu, Dec 3, 2020 at 2:01 PM Khem Raj wrote: > On Thu, Dec 3, 2020 at 5:35 AM Trevor Woerner wrote: > > -ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" > > +ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan dispmanx" > > > > dispmanx is only supported by userland graphics and we do

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-03 Thread Khem Raj
On Thu, Dec 3, 2020 at 5:35 AM Trevor Woerner wrote: > > On the RaspberryPi it is possible to run gles2 applications on top of dispmanx > without the need for x11/wayland/etc. > > Signed-off-by: Trevor Woerner > --- > meta/recipes-graphics/mesa/mesa.inc | 2 +- > 1 file changed, 1 insertion(+),

[OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-03 Thread Trevor Woerner
On the RaspberryPi it is possible to run gles2 applications on top of dispmanx without the need for x11/wayland/etc. Signed-off-by: Trevor Woerner --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc