From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F3E54E013D6 for ; Fri, 23 Aug 2013 02:17:18 -0700 (PDT) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 9252A9401BE; Fri, 23 Aug 2013 11:17:12 +0200 (CEST) Date: Fri, 23 Aug 2013 11:17:11 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Simone Message-ID: <20130823111711.2300289d@e6520eb> In-Reply-To: <2F5D3B43-2B86-4025-A6D7-EA43B9F35DA7@gmail.com> References: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> <1377183077-5270-4-git-send-email-alexandre.belloni@free-electrons.com> <521647A1.8070206@free-electrons.com> <52164A0F.10402@free-electrons.com> <52169A94.7080508@free-electrons.com> <2F5D3B43-2B86-4025-A6D7-EA43B9F35DA7@gmail.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: Qt5 with opengl hw acceleration on imx53 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 09:17:22 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Simone, Le Fri, 23 Aug 2013 11:09:56 +0200, Simone a =E9crit : > Dear all, > for my project, I am using qt embedded 4.8.4 (no X11) generated by Yocto = following the procedure indicated on the freescale website. > My application is all based on QML for graphics UI, and since I have prob= lems with rendering speed in animations and listview scrolling, I was think= ing to give a try to the new QT5 which (unless I misunderstood) can render = the QML scene by opengl. I saw some video on the web about raspberry PI and= QML with qt5 and the viewable result is not comparable with the graphics p= erformance i'm obtaining with imx53 and qt4, also if the raspberry pi cpu i= s much less powerful than imx53) > now: > I do not know where to start to compile QT5, I can not find a tutorial on= the web that do work for me (I'm not an expert on yocto, I just did some b= itbake following the procedure described in the freescale manual). > Also do not know how to be sure to compile the library with support for O= penGL (and relative Hardware acceleration) of my processor (imx53 family). > My board is based on imx53qsb. by using meta-fsl-arm and meta-qt5 you should manage to get a QT5 linked against i.MX53's OpenGL ES libraries. Eric