All of lore.kernel.org
 help / color / mirror / Atom feed
From: Diego <diego.ml@zoho.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Mesa demos and Vivante 3D
Date: Fri, 26 Apr 2013 17:32:05 +0200	[thread overview]
Message-ID: <1653013.HypA0NnmKN@localhost.localdomain> (raw)
In-Reply-To: <CAP9ODKpET1e4Frc6f0TjQc0bQ7bk7b0U=utt3MCVAD-72o0u6A@mail.gmail.com>

In data venerdì 26 aprile 2013 12:09:04, Otavio Salvador ha scritto:
> On Fri, Apr 26, 2013 at 10:04 AM, Diego <diego.ml@zoho.com> wrote:
> > In data mercoledì 24 aprile 2013 13:30:47, Otavio Salvador ha scritto:
> >> On Wed, Apr 24, 2013 at 11:12 AM, Diego <diego.ml@zoho.com> wrote:
> >> ...
> >> 
> >> > 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=mesa-demos-8.1.0 ). In
> >> > particular I built the es2 demos, which are not enabled by default in
> >> > the
> >> > Makefile:
> >> > http://cgit.freedesktop.org/mesa/demos/tree/src/egl/opengles2
> >> 
> >> How did you build them? I did try to include --enable-gles2 but these
> >> were not build.
> > 
> > I remember having that problem on mesa demos 8.0.1 too. The manual
> > workaround was to run "make" in the opengles2 folder.
> > 
> > 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.
> 
> 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=4a6a75b454ec181d267af9af0b153459d677251e

Please take into account that this patch is at least required too (tri 
renaming) if you don't want to modify the original one:
http://cgit.freedesktop.org/mesa/demos/commit/src/egl/opengles2?id=024df5987e4da9288cc9c62dc71df1812d84a347

> >> It seems windowed mode is currently broken; there's no known
> >> workaround or solution for it yet.
> > 
> > With that do you mean fullscreen mode is working fine? Have you been able
> > to run any demo / program OpenGL ES accelerated on Nitrogen in X11?
> 
> It was. I didn't test it again lately.

Interesting. Do you remember if it was in 1.3 release or somewhere between 1.3 
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



  reply	other threads:[~2013-04-26 15:32 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15 20:15 [meta-fsl-arm PATCH v4 0/12] Fixes current found issues for 1.4 release Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 01/12] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 02/12] imx6dlsabresd: Use U-Boot 2009.08 from Freescale Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 03/12] gst-fsl-plugin (3.0.6): Fix the tarball's checksum Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 04/12] gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependency Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 05/12] imx-base.inc: Disable firmware include for not fully supported BSPs Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 06/12] imx-base.inc: Avoid including imx-audio for every SoC family Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 07/12] imx-base.inc: Override GStreamer plugins for i.MX3 Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 08/12] imx-base.inc: Do not assign UBOOT_LOADADDRESS Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 09/12] Fix use of SOC_FAMILY as the most right value is preferred Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 10/12] xf86-dri-vivante: Ensure install fails if .la cannot be removed Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 11/12] xf86-dri-vivante: Fix DRI module name Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 12/12] xf86-video-imxfb-vivante: Enable software rendering support Otavio Salvador
2013-04-17 14:02 ` [meta-fsl-arm PATCH v4 0/12] Fixes current found issues for 1.4 release Daiane Angolini
2013-04-17 16:03   ` Diego
2013-04-17 17:49     ` Otavio Salvador
2013-04-17 22:08       ` Otavio Salvador
2013-04-18  7:50         ` Diego
2013-04-18 12:20           ` Otavio Salvador
2013-04-18 14:07             ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Diego
2013-04-18 14:11               ` Otavio Salvador
2013-04-22  7:02                 ` Diego
2013-04-22 11:38                   ` Otavio Salvador
2013-04-24 12:20                     ` Diego
2013-04-24 12:30                       ` Daiane Angolini
2013-04-24 14:12                         ` Diego
2013-04-24 14:21                           ` Daiane Angolini
2013-04-24 15:08                             ` Vivante 3D tests [Was] Xorg fails to start on "test Initializing EXA" on Nitrogen6x Diego
2013-04-24 15:24                               ` Otavio Salvador
2013-04-24 15:55                               ` Daiane Angolini
2013-04-24 16:30                           ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Otavio Salvador
2013-04-26 13:04                             ` Diego
2013-04-26 15:09                               ` Otavio Salvador
2013-04-26 15:32                                 ` Diego [this message]
2013-04-26 19:38                                   ` Mesa demos and Vivante 3D Otavio Salvador
2013-04-29  9:33                               ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Diego
2013-04-29 11:57                                 ` Daiane Angolini
2013-04-29 12:06                                   ` Otavio Salvador
2013-04-29 12:12                                     ` Diego
2013-04-29 12:13                                     ` Daiane Angolini
2013-04-29 12:54                                       ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1653013.HypA0NnmKN@localhost.localdomain \
    --to=diego.ml@zoho.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.