Bug 84030
| Summary: | Implement GraphicsSurface::copyFromGLTexture(). | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zeno Albisser <zeno> |
| Component: | WebKit Qt | Assignee: | Zeno Albisser <zeno> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | noam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 79169 | ||
Zeno Albisser
The GraphicsSurface class already has a copyToGLTexture function. The counterpart for drawing onto the GraphicsSurface is still missing.
This should allow uploading a texture that was rendered in an fbo to the GraphicsSurface / ShareableSurface.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zeno Albisser
see: https://bugs.webkit.org/show_bug.cgi?id=87725
This was implemented in r118987 as GraphicsSurface::copyFromFramebuffer().