Bug 84030 - Implement GraphicsSurface::copyFromGLTexture().
Summary: Implement GraphicsSurface::copyFromGLTexture().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zeno Albisser
URL:
Keywords:
Depends on:
Blocks: 79169
  Show dependency treegraph
 
Reported: 2012-04-16 06:31 PDT by Zeno Albisser
Modified: 2012-07-13 02:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Albisser 2012-04-16 06:31:09 PDT
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.
Comment 1 Zeno Albisser 2012-07-13 02:42:28 PDT
see: https://bugs.webkit.org/show_bug.cgi?id=87725

This was implemented in r118987 as GraphicsSurface::copyFromFramebuffer().