Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-02 Thread Alexander Kanavin
Link: https://lists.freedesktop.org/archives/mesa-dev/2021-March/224984.html Alex On Fri, 2 Apr 2021 at 19:32, Alexander Kanavin wrote: > I think we should actually disable dri (non-gallium) drivers altogether. > They're only useful for ancient x86 hardware, and upstream is talking about > remo

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-02 Thread Alexander Kanavin
I think we should actually disable dri (non-gallium) drivers altogether. They're only useful for ancient x86 hardware, and upstream is talking about removing them from mainline branch and onto a legacy branch in 21.2 timeframe. Alex On Fri, 2 Apr 2021 at 19:30, Khem Raj wrote: > yeah we need to

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-02 Thread Khem Raj
yeah we need to start using nouveau dri driver perhaps instead of swrast On Fri, Apr 2, 2021 at 3:15 AM Martin Jansa wrote: > > Unfortunately it still fails the same for qemux86* with this change. > > Enabling wayland PACKAGECONFIG doesn't help as well. > > Building for qemuarm with empty DRIDRIV

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-02 Thread Martin Jansa
Unfortunately it still fails the same for qemux86* with this change. Enabling wayland PACKAGECONFIG doesn't help as well. Building for qemuarm with empty DRIDRIVERS does pass the do_configure with: EXTRA_OEMESON=" -Dshared-glapi=enabled -Dgallium-opencl=disabled -Dglx-read-only-text=tru

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-01 Thread Khem Raj
On Thu, Apr 1, 2021 at 3:19 AM Martin Jansa wrote: > > On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote: > > Fixes > > ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed > > choices: "auto, i915, i965, r100, r200, nouveau" > > > > Signed-off-by: Khem Raj > > Cc:

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-04-01 Thread Martin Jansa
On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote: > Fixes > ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed > choices: "auto, i915, i965, r100, r200, nouveau" > > Signed-off-by: Khem Raj > Cc: Martin Jansa > --- > meta/recipes-graphics/mesa/mesa-gl_21.0.0.bb

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Khem Raj
On Wed, Mar 31, 2021 at 6:45 PM Denys Dmytriyenko wrote: > > Khem, > > Doesn't seem to help for i.MX platforms (I'm aware of[1][2]). > Which machines have you tried with this fix? rpi4, you need to fix mesa bbappend for meda in fsl layer perhaps. > > [1] https://github.com/Freescale/meta-freesca

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Denys Dmytriyenko
Khem, Doesn't seem to help for i.MX platforms (I'm aware of[1][2]). Which machines have you tried with this fix? [1] https://github.com/Freescale/meta-freescale/issues/699 [2] https://github.com/Freescale/meta-freescale/pull/702 On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote: > Fixes

[OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Khem Raj
Fixes ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau" Signed-off-by: Khem Raj Cc: Martin Jansa --- meta/recipes-graphics/mesa/mesa-gl_21.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/