Bug 186764

Summary: [Threaded paintingEngine] Fix rendering glitches
Product: WebKit Reporter: Karl Leplat <karl.leplat_ext>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, calvaris, commit-queue, loic.yhuel, magomez, olivier.blin, zan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Karl Leplat
Reported 2018-06-18 07:32:20 PDT
By enabling NicosiaPaintingEngineThreaded instead of NicosiaPaintingEngineBasic which is the default implementation, we have seen that some frames are incomplete causing glitches on the screen. In fact, we are trying to upload buffers that have not finished processing. To avoid this problem, we must use the Nicosia::Buffer function waitUntilPaintingComplete() before each uploading.
Attachments
Patch (3.57 KB, patch)
2018-06-18 07:40 PDT, Karl Leplat
no flags
Karl Leplat
Comment 1 2018-06-18 07:40:35 PDT
WebKit Commit Bot
Comment 2 2018-06-18 08:40:40 PDT
Comment on attachment 342935 [details] Patch Clearing flags on attachment: 342935 Committed r232931: <https://trac.webkit.org/changeset/232931>
WebKit Commit Bot
Comment 3 2018-06-18 08:40:41 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.