Bug 47289 - [chromium] Support GL_CHROMIUM_copy_texture_to_parent_texture in WebGraphicsContext3DDefaultImpl
Summary: [chromium] Support GL_CHROMIUM_copy_texture_to_parent_texture in WebGraphicsC...
Status: RESOLVED DUPLICATE of bug 48152
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-06 11:54 PDT by Kenneth Russell
Modified: 2010-11-02 07:09 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-10-06 11:54:34 PDT
Support for the Chromium-specific extension GL_CHROMIUM_copy_texture_to_parent_texture is needed in WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp in order for the accelerated 2D canvas to work properly in DumpRenderTree. Currently I suspect that any pixel tests will fail.
Comment 1 Stephen White 2010-10-06 11:59:22 PDT
Good catch.  Just to be clear, it's only with both --enable-accelerated-compositing and --enable-accelerated-2d-canvas that the tests will fail.  They should still work with --enable-accelerated-2d-canvas alone.
Comment 2 Stephen White 2010-11-02 07:09:33 PDT

*** This bug has been marked as a duplicate of bug 48152 ***