Bug 74366

Summary: [chromium] checkerboard layout test fails if using GL_LINEAR
Product: WebKit Reporter: Alexandre Elias <aelias>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: aelias, enne, schenney, sievers
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Alexandre Elias
Reported 2011-12-12 16:06:25 PST
If the root layer is drawn using GL_LINEAR, then compositing/checkerboard.html fails. To the naked eye, the checkerboard rendering looks the same as the reference image, but the imagediff shows slight imperfections exist near the right edge of the image. This is currently worked around by turning off border texels on the root layer (which causes GL_NEAREST to be used instead). The test failure can be reproduced by always passing in CCLayerTilingData::HasBorderTexels to createTiler() in TiledLayerChromium::prepareToUpdate().
Attachments
Note You need to log in before you can comment on or make changes to this bug.