http://bugs.winehq.org/show_bug.cgi?id=28397
Summary: gdi32/bitmap test broken on debian testing Product: Wine Version: 1.3.28 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, regression, testcase Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: julliard@winehq.org Regression SHA1: 14f6c42708a56a47c4e827fc815118d0ff496dc7
Created an attachment (id=36410) --> (http://bugs.winehq.org/attachment.cgi?id=36410) dib,xrender,bitmap trace
fixme:dib:convert_to_8888 Unsupported conversion: 16 (00000055, 00000044, 00000033) -> 8888 err:xrender:get_xrender_format_from_color_shifts No XRender format found! bitmap.c:2771: Test failed: StretchBlt expected { CAFED00D, 00000000, 00000000, 00000000 } got { 76543210, 00000000, 00000000, 00000000 } stretching { 0, 0, 2, 2 } to { 0, 0, 1, 1 } from line 2857 make: *** [bitmap.ok] Error 1
Broken by: 14f6c42708a56a47c4e827fc815118d0ff496dc7 is the first bad commit commit 14f6c42708a56a47c4e827fc815118d0ff496dc7 Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 15 13:12:54 2011 +0200
winex11: Avoid an intermediate pixmap copy when stretching with SRCCOPY through XRender.
:040000 040000 6a893ebc5e7080ba732eddfc16cea36f73928277 e18b09955a7049056240e5ea94630f6af7d09eea M dlls
dib,xrender,bitmap trace attached