Bug 92159

Summary: [Qt][WK2] Disable CopyToTexture for GraphicsSurfaceMac.
Product: WebKit Reporter: Zeno Albisser <zeno>
Component: WebKit2Assignee: Zeno Albisser <zeno>
Status: RESOLVED FIXED    
Severity: Normal CC: jturcotte, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch for review. none

Zeno Albisser
Reported 2012-07-24 13:47:37 PDT
Disable CopyToTexture feature for GraphicsSurface on Mac. While this is actually working, it is currently used for Tiles that are single buffered, and therefore requires a call to glFlush. This call blocks the GPU for about 40ms which would make smooth animations impossible.
Attachments
patch for review. (2.75 KB, patch)
2012-07-24 13:52 PDT, Zeno Albisser
no flags
Zeno Albisser
Comment 1 2012-07-24 13:52:51 PDT
Created attachment 154136 [details] patch for review.
Zeno Albisser
Comment 2 2012-07-25 01:36:17 PDT
Comment on attachment 154136 [details] patch for review. Clearing flags on attachment: 154136 Committed r123588: <http://trac.webkit.org/changeset/123588>
Zeno Albisser
Comment 3 2012-07-25 01:36:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.