On 27 May 2017 at 08:02, Manjukumar Matha <[email protected]> wrote: > xserver-xorg-extension-glx is a software support, the performance is not > validate on Xilinx platform. Instead convert application to depend on > egl/gles1/gles2. MALI400 provides the required hardware acceleration
This seems fine, I had concerns (back when this was added) that glx extensions wouldn't be very useful due to only GLES support with MALI-400. > > Signed-off-by: Manjukumar Matha <[email protected]> Reviewed-by: Nathan Rossi <[email protected]> Applied. Thanks, Nathan > --- > conf/machine/include/machine-xilinx-default.inc | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/conf/machine/include/machine-xilinx-default.inc > b/conf/machine/include/machine-xilinx-default.inc > index 2957e99..5ab7494 100644 > --- a/conf/machine/include/machine-xilinx-default.inc > +++ b/conf/machine/include/machine-xilinx-default.inc > @@ -38,8 +38,4 @@ XSERVER ?= " \ > " > > XSERVER_EXT ?= "" > -XSERVER_EXT_zynqmp ?= " \ > - ${@bb.utils.contains('MACHINE_FEATURES', 'mali', > bb.utils.contains('DISTRO_FEATURES', 'opengl', 'xserver-xorg-extension-glx', > '', d), '', d)} \ > - xf86-video-armsoc \ > - " > - > +XSERVER_EXT_zynqmp ?= "xf86-video-armsoc" > -- > 2.7.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
