Bug 74366 - [chromium] checkerboard layout test fails if using GL_LINEAR
Summary: [chromium] checkerboard layout test fails if using GL_LINEAR
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 16:06 PST by Alexandre Elias
Modified: 2013-04-12 07:35 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Elias 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().