Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
Also, mesa 18.3.4 is out :) so you could add that in as well in v2. Alex On Mon, 18 Feb 2019 at 19:20, Alexander Kanavin wrote: > > On Mon, 18 Feb 2019 at 19:12, Richard Purdie > wrote: > > > That does, I think the patch still needs DRIDRIVERS = "swrast" though? > > The details here should be i

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
On Mon, 18 Feb 2019 at 19:12, Richard Purdie wrote: > That does, I think the patch still needs DRIDRIVERS = "swrast" though? > The details here should be in the commit message too. Ah, I forgot one more detail which explains the above: there are two swrast drivers, one dri-based, another gallium

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 15:58 +0100, Alexander Kanavin wrote: > On Mon, 18 Feb 2019 at 15:18, Richard Purdie > wrote: > > > I think you need to leave DRIDRIVERS = "swrast" here or the x86 > > appends > > wouldn't have swrast listed? > > > > Do we really want to limit the native version to swrast o

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
On Mon, 18 Feb 2019 at 15:18, Richard Purdie wrote: > I think you need to leave DRIDRIVERS = "swrast" here or the x86 appends > wouldn't have swrast listed? > > Do we really want to limit the native version to swrast only? This > seems a fairly major change of behaviour and not what the original

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 10:29 -0300, Fabio Berton wrote: > @@ -61,13 +61,12 @@ PACKAGECONFIG[x11] = "--enable-glx-tls,--disable- > glx,${X11_DEPS}" > PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" > PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm wayland-protocols" > > -DR

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > Instead of using a native specific packageconfig option, we now set > the swrast as the supported driver. > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio

[OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(