|
Lines 1-3
a/Source/WebKit/ChangeLog_sec1
|
|
|
1 |
2021-06-16 Kimmo Kinnunen <kkinnunen@apple.com> |
| 2 |
|
| 3 |
ANGLE Metal gl sync objects do not work in case of listener being needed |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=227024 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Make MTLSharedEventListener instantiatable by adding IOKit messages |
| 9 |
39 and 40 to IOSurfaceRootUserClientMessageFilter. |
| 10 |
|
| 11 |
The MTLSharedEventListener init would fail, and ANGLE would fail to |
| 12 |
make the shared event signal the event listener. This would cause |
| 13 |
all glClientWaitSync calls to wait the full timeout time. |
| 14 |
|
| 15 |
No new tests, WebGL2 sync object implementation does not support |
| 16 |
non-zero timeout values that would be needed to detect the failure. |
| 17 |
Standalone test-cases would need the test runner being sandboxed, |
| 18 |
which is not implemented currently. |
| 19 |
|
| 20 |
* WebProcess/com.apple.WebProcess.sb.in: |
| 21 |
|
| 1 |
2021-06-14 Kimmo Kinnunen <kkinnunen@apple.com> |
22 |
2021-06-14 Kimmo Kinnunen <kkinnunen@apple.com> |
| 2 |
|
23 |
|
| 3 |
DisplayList::ImageBuffer calls virtual function erroneously in destructor |
24 |
DisplayList::ImageBuffer calls virtual function erroneously in destructor |