WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sami Kyostila
Comment 1
2012-04-03 05:13:26 PDT
Created
attachment 135313
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug