RESOLVED FIXED 214104
Remove glBindFramebuffer flush workaround from ANGLE
https://bugs.webkit.org/show_bug.cgi?id=214104
Summary Remove glBindFramebuffer flush workaround from ANGLE
Kenneth Russell
Reported 2020-07-08 16:01:07 PDT
In Bug 206625 a workaround was added to WebKit's snapshot of ANGLE to flush around calls to glBindFramebuffer on Intel GPUs as a potential way to address flakiness seen in layout tests after switching to the ANGLE backend. However, it's very likely that jdarpinian@'s fix for Bug 208724, setting the EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE context creation attribute to true, fixed the underlying root cause. The glBindFramebuffer flush workaround persists in WebKit's ANGLE snapshot, and should be removed as it's very likely unnecessary.
Attachments
Patch (3.74 KB, patch)
2020-07-09 19:11 PDT, Kenneth Russell
no flags
Kenneth Russell
Comment 1 2020-07-09 19:11:39 PDT
EWS Watchlist
Comment 2 2020-07-09 19:12:16 PDT
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
EWS
Comment 3 2020-07-10 13:24:55 PDT
Committed r264238: <https://trac.webkit.org/changeset/264238> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403940 [details].
Radar WebKit Bug Importer
Comment 4 2020-07-10 13:25:13 PDT
Note You need to log in before you can comment on or make changes to this bug.