Bug 47289
| Summary: | [chromium] Support GL_CHROMIUM_copy_texture_to_parent_texture in WebGraphicsContext3DDefaultImpl | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dpranke, enne, jamesr, senorblanco, zmo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Kenneth Russell
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Stephen White
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.
Stephen White
*** This bug has been marked as a duplicate of bug 48152 ***