From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0455DE00786; Tue, 23 Sep 2014 12:56:34 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6D59CE0034C for ; Tue, 23 Sep 2014 12:56:27 -0700 (PDT) Received: from [192.168.178.14] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id CE1BB288E5; Tue, 23 Sep 2014 21:56:25 +0200 (CEST) Message-ID: <5421D069.6080901@pseudoterminal.org> Date: Tue, 23 Sep 2014 21:56:25 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Richard Cochran References: <20140923181351.GA24931@netboy> <608A2425-9B3C-41F5-92A4-F3F408F8A683@tekmagic.net> <5421C23B.30803@habeyusa.com> <5421C3AB.2070400@pseudoterminal.org> <20140923191449.GC24931@netboy> <5421C814.101@pseudoterminal.org> <20140923193037.GE24931@netboy> <5421CAB9.2030205@pseudoterminal.org> <20140923195240.GG24931@netboy> In-Reply-To: <20140923195240.GG24931@netboy> Cc: meta-freescale@yoctoproject.org Subject: Re: imx6: webkit html5 video with hardware acceleration 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: Tue, 23 Sep 2014 19:56:34 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-09-23 21:52, Richard Cochran wrote: > On Tue, Sep 23, 2014 at 09:32:09PM +0200, Carlos Rafael Giani wrote: >> https://github.com/Freescale/chromium-imx >> >> This is already integrated in meta-fsl-arm . Check out https://github.com/Freescale/meta-fsl-arm/blob/master/browser-layer/recipes-browser/chromium/chromium-imx.inc > Just for the record, this work is quite new, isn't it? > > It looks to me like this work is from late August. Earlier this year > (March?) there was some talk about Chromium, and the FSL Yocto UG (Rev > L3.10.31_1.1.0-alpha, 05/2014) also mentions Chromium with HW > acceleration (although I couldn't get it working). > > Can you explain the relationship between your patches and the earlier > work, if there is any? > > Also, to your knowledge, no one has worked on webkit-gtk to enable HW > acceleration, is that right? > > Thanks, > Richard > > Yes, this is quite new. Its main target version is 37.0.2062.94, which is also the current stable version of Chromium in meta-browser. These talks were related regarding some ideas for the implementation, but the code itself is completely new. As for WebKit-GTK, I have heard of some efforts for it, but this was told to me offline, and it was months ago. I don't follow its development.