From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 68209E014E4 for ; Fri, 26 Apr 2013 08:32:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to:references:mime-version:content-type; b=M4gRaSUD9W8lkyBKUCBruuf1neDKNblXmNCZGENY5kF+TMerJISVnPuxjbvUEoe9zJ6wKMidfw9w 1Ap1IyNMjZhoN4KGB9mr9v5wySbm6kF8kMFiwYvZDzVLZQ3RFgrE Received: from localhost.localdomain (static-217-133-170-65.clienti.tiscali.it [217.133.170.65]) by mx.zohomail.com with SMTPS id 1366990329306752.2983581715949; Fri, 26 Apr 2013 08:32:09 -0700 (PDT) From: Diego To: Otavio Salvador Date: Fri, 26 Apr 2013 17:32:05 +0200 Message-ID: <1653013.HypA0NnmKN@localhost.localdomain> User-Agent: KMail/4.10.2 (Linux/3.8.4-102.fc17.x86_64; KDE/4.10.2; x86_64; ; ) In-Reply-To: References: <2018255.KsldpLalo8@localhost.localdomain> MIME-Version: 1.0 X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Cc: "meta-freescale@yoctoproject.org" Subject: Mesa demos and Vivante 3D 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, 26 Apr 2013 15:32:14 -0000 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" In data venerd=EC 26 aprile 2013 12:09:04, Otavio Salvador ha scritto: > On Fri, Apr 26, 2013 at 10:04 AM, Diego wrote: > > In data mercoled=EC 24 aprile 2013 13:30:47, Otavio Salvador ha scr= itto: > >> On Wed, Apr 24, 2013 at 11:12 AM, Diego wrote:= > >> ... > >>=20 > >> > For mesa-demo I cross-compiled the mesa-demo-8.0.1 (planning to = move to > >> > 8.1.0 which has been released just a couple of month ago > >> > http://cgit.freedesktop.org/mesa/demos/tag/?id=3Dmesa-demos-8.1.= 0 ). In > >> > particular I built the es2 demos, which are not enabled by defau= lt in > >> > the > >> > Makefile: > >> > http://cgit.freedesktop.org/mesa/demos/tree/src/egl/opengles2 > >>=20 > >> How did you build them? I did try to include --enable-gles2 but th= ese > >> were not build. > >=20 > > I remember having that problem on mesa demos 8.0.1 too. The manual > > workaround was to run "make" in the opengles2 folder. > >=20 > > With mesa demos 8.1.0 I don't have this problem anymore. Both cmake= > > (autodetection) and autoconf (via --enable-gles2) build correctly > > everything in opengles2. >=20 > Did you find the commit which fixes it? It'd be willing to try to > backport it to 8.0.1 and avoid using dirty hacks to package these. I think this is it: http://cgit.freedesktop.org/mesa/demos/commit/?id=3D4a6a75b454ec181d267= af9af0b153459d677251e Please take into account that this patch is at least required too (tri=20= renaming) if you don't want to modify the original one: http://cgit.freedesktop.org/mesa/demos/commit/src/egl/opengles2?id=3D02= 4df5987e4da9288cc9c62dc71df1812d84a347 > >> It seems windowed mode is currently broken; there's no known > >> workaround or solution for it yet. > >=20 > > With that do you mean fullscreen mode is working fine? Have you bee= n able > > to run any demo / program OpenGL ES accelerated on Nitrogen in X11?= >=20 > It was. I didn't test it again lately. Interesting. Do you remember if it was in 1.3 release or somewhere betw= een 1.3=20 and now? > Did you got the Vivante SDK examples running? these were used for the= test. Nope. I have no clue on how to solve that white window... Diego