All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: Carlos Rafael Giani <dv@pseudoterminal.org>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-browser][RFC PATCH v1 4/4] chromium: upgrade 40.0.2214.91 to 49.0.2607.0
Date: Mon, 4 Jan 2016 08:09:42 -0500	[thread overview]
Message-ID: <568A6F16.5030200@gmail.com> (raw)
In-Reply-To: <1451677511-7346-5-git-send-email-twoerner@gmail.com>

Carlos,

I need to understand the intent of the patch
"0001-Remove-accelerated-Canvas-support-from-blacklist.patch" you
created for chromium-40. Back then the json block you wanted to remove
for your builds was:

     {  
      "id": 24,
      "description": "Accelerated 2d canvas is unstable in Linux at the
moment",
      "os": {
        "type": "linux"
      },
      "features": [
        "accelerated_2d_canvas"
      ]
    },


In chromium-49 that block looks like:

    {   
      "id": 24,
      "description": "Accelerated 2d canvas is unstable in Linux at the
moment",
      "os": {
        "type": "linux"
      },  
      "exceptions": [
        {
          "gl_vendor": "Vivante Corporation",
          "gl_renderer": "Vivante GC1000"
        }
      ],  
      "features": [
        "accelerated_2d_canvas"
      ]   
    },


Since you do a lot of work with Freescale, Freescale (mostly?) has
Vivante, and the latest code has an exception for Vivante specifically,
are you (or anyone) still interested in carrying this patch forward?

Best regards,
    Trevor


      reply	other threads:[~2016-01-04 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 19:45 [meta-browser][RFC PATCH v1 0/4] chromium: update from 40.0.2214.91 to 49.0.2607.0 Trevor Woerner
2016-01-01 19:45 ` [meta-browser][RFC PATCH v1 1/4] chromium.inc: fix typos Trevor Woerner
2016-01-01 19:45 ` [meta-browser][RFC PATCH v1 2/4] chromium_40.0.2214.91.bb: improve PACKAGECONFIG info Trevor Woerner
2016-01-01 19:45 ` [meta-browser][RFC PATCH v1 3/4] chromium_40.0.2214.91: API keys update Trevor Woerner
2016-01-01 19:53   ` Trevor Woerner
2016-01-04 10:53     ` Otavio Salvador
2016-01-04 13:14       ` Trevor Woerner
2016-01-01 19:45 ` [meta-browser][RFC PATCH v1 4/4] chromium: upgrade 40.0.2214.91 to 49.0.2607.0 Trevor Woerner
2016-01-04 13:09   ` Trevor Woerner [this message]

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=568A6F16.5030200@gmail.com \
    --to=twoerner@gmail.com \
    --cc=dv@pseudoterminal.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.