Bug 84030

Summary: Implement GraphicsSurface::copyFromGLTexture().
Product: WebKit Reporter: Zeno Albisser <zeno>
Component: WebKit QtAssignee: 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
Reported 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.
Attachments
Zeno Albisser
Comment 1 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().
Note You need to log in before you can comment on or make changes to this bug.