From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hupp Subject: Re: Moving a bug upstream per downstream request, emailing the maintainers Date: Fri, 16 Aug 2013 17:34:32 -0400 Message-ID: <520E9AE8.8000207@prpcompany.com> References: <520D2BF5.7090904@prpcompany.com> <20130816074325.GC2819@nuc-i3427.alporthouse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by gabe.freedesktop.org (Postfix) with ESMTP id CAE72E64ED for ; Fri, 16 Aug 2013 14:35:00 -0700 (PDT) Received: by mail-ob0-f180.google.com with SMTP id up14so2570944obb.39 for ; Fri, 16 Aug 2013 14:34:59 -0700 (PDT) In-Reply-To: <20130816074325.GC2819@nuc-i3427.alporthouse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Chris Wilson , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 8/16/2013 3:43 AM, Chris Wilson wrote: > On Thu, Aug 15, 2013 at 03:28:53PM -0400, John Hupp wrote: >> [1.] One line summary of the problem: >> Flash 11.2 content displays in shades of green and purple only, and >> in a horizontally compressed space >> >> [2.] Full description of the problem/report: >> The full downstream bug report is at >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455 , but >> my description from there: >> >> In my testing with the Intel driver using its default acceleration: >> - Flash 11.2 works on Quantal with the 3.5 kernel >> - Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it >> boots to a low-res desktop with a frozen pointer) >> - Flash 11.2 works on Raring also with the 3.6.11-030611 or >> 3.7.10-030710 mainline kernels >> - Flash 11.8 works on Raring with the 3.8 kernel (in Chrome) >> - Flash 11.2 fails on Raring with the 3.8 kernel >> - Flash 11.2 fails on Raring with the latest mainline kernel, >> 3.11.0-031100rc5 >> - Flash 11.2 fails on Saucy alpha 2 with its default kernel > It's a flash bug. They ignore the format of the Window that they > PutImage to. (Worse, they create an image of the right depth or else X > would reject the PutImage with a BadMatch and then render incorrect > pixel data into it.) > -Chris > OK, thanks for identifying the problem.