RESOLVED FIXED 83013
[chromium] Canvas2DLayerChromium::updateCompositorResources should flush after copying
https://bugs.webkit.org/show_bug.cgi?id=83013
Summary [chromium] Canvas2DLayerChromium::updateCompositorResources should flush afte...
Sami Kyostila
Reported 2012-04-03 03:32:17 PDT
Canvas2DLayerChromium::updateCompositorResources should issue a glFlush after copying the canvas back buffer texture to the front buffer. Otherwise the canvas may start rendering new context before the copy is performed, causing the copy to source from partially rendered data. The flush was there previously but got mistakenly removed when the new TextureCopier utility was added.
Attachments
Patch (5.25 KB, patch)
2012-04-03 05:13 PDT, Sami Kyostila
no flags
Sami Kyostila
Comment 1 2012-04-03 05:13:26 PDT
WebKit Review Bot
Comment 2 2012-04-03 07:50:19 PDT
Comment on attachment 135313 [details] Patch Clearing flags on attachment: 135313 Committed r113033: <http://trac.webkit.org/changeset/113033>
WebKit Review Bot
Comment 3 2012-04-03 07:50:24 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.