RESOLVED FIXED 219669
WebGL context screen change events should work with GPU process
https://bugs.webkit.org/show_bug.cgi?id=219669
Summary WebGL context screen change events should work with GPU process
Kimmo Kinnunen
Reported 2020-12-08 23:06:51 PST
WebGL context screen change events should work with GPU process
Attachments
Patch (12.51 KB, patch)
2021-03-04 03:49 PST, Kimmo Kinnunen
no flags
Patch (14.82 KB, patch)
2021-03-04 05:43 PST, Kimmo Kinnunen
no flags
Patch (14.79 KB, patch)
2021-03-05 04:27 PST, Kimmo Kinnunen
no flags
Patch (14.69 KB, patch)
2021-03-07 23:10 PST, Kimmo Kinnunen
no flags
Radar WebKit Bug Importer
Comment 1 2020-12-15 23:07:15 PST
Kimmo Kinnunen
Comment 2 2021-03-04 03:49:39 PST
Kimmo Kinnunen
Comment 3 2021-03-04 05:43:02 PST
Jon Lee
Comment 4 2021-03-04 09:57:35 PST
*** Bug 220806 has been marked as a duplicate of this bug. ***
Kimmo Kinnunen
Comment 5 2021-03-04 12:06:49 PST
*** Bug 219349 has been marked as a duplicate of this bug. ***
Per Arne Vollan
Comment 6 2021-03-04 12:53:22 PST
Comment on attachment 422217 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=422217&action=review R=me. > Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp:102 > + protectedThis->m_context->displayWasReconfigured(); Will this be thread safe?
Kimmo Kinnunen
Comment 7 2021-03-04 23:27:23 PST
(In reply to Per Arne Vollan from comment #6) > > Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp:102 > > + protectedThis->m_context->displayWasReconfigured(); > > Will this be thread safe? Yes, the m_context parts are the parts that get run in the work queue.
Kimmo Kinnunen
Comment 8 2021-03-05 04:27:56 PST
Kimmo Kinnunen
Comment 9 2021-03-07 23:10:58 PST
EWS
Comment 10 2021-03-08 01:37:31 PST
Committed r274065: <https://commits.webkit.org/r274065> All reviewed patches have been landed. Closing bug and clearing flags on attachment 422545 [details].
Note You need to log in before you can comment on or make changes to this bug.