RESOLVED FIXED Bug 233965
REGRESSION(r286603) [GTK][WPE] WebGL broken after the ANGLE update.
https://bugs.webkit.org/show_bug.cgi?id=233965
Summary REGRESSION(r286603) [GTK][WPE] WebGL broken after the ANGLE update.
Arcady Goldmints-Orlov
Reported 2021-12-07 18:44:18 PST
Changelist r286603, which updated ANGLE to a more recent version, seems to have broken WebGL entirely on both GTK and WPE platforms.
Attachments
Crash log from debug build (245.52 KB, text/plain)
2021-12-07 19:41 PST, Lauro Moura
no flags
Patch (2.05 KB, patch)
2021-12-08 06:57 PST, Lauro Moura
no flags
Lauro Moura
Comment 1 2021-12-07 19:41:57 PST
Created attachment 446280 [details] Crash log from debug build Running a debug build, the test crashes with the following message (full log attached): STDERR: FATAL: UnfoldShortCircuitAST.h:26 (UnfoldShortCircuitAST): ! Unreachable reached: UnfoldShortCircuitAST(/app/webkit/Source/ThirdParty/ANGLE/src/compiler/translator/tree_ops/apple/UnfoldShortCircuitAST.h:26) STDERR: (ProcessSwapping) Removing process with pid 51 from the origin cache set STDERR: UNIMPLEMENTED: STDERR: /app/webkit/Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp(371) : virtual void WebKit::PageClientImpl::closeFullScreenManager() STDERR: WPEWebProcess terminated (pid 51) because the process crashed STDERR: LEAK: 1 WebPageProxy⏎
Kimmo Kinnunen
Comment 2 2021-12-08 01:30:10 PST
Could you specify if it's the OpenGL backends, where the ANGLE is used only as a shader translator, or ANGLE backends, where it's used for real?
Lauro Moura
Comment 3 2021-12-08 02:39:01 PST
(In reply to Kimmo Kinnunen from comment #2) > Could you specify if it's the OpenGL backends, where the ANGLE is used only > as a shader translator, or ANGLE backends, where it's used for real? The former, WebKitGTK and WPE use the OpenGL backend. We're still working on the full ANGLE support.
Lauro Moura
Comment 4 2021-12-08 05:53:07 PST
I'm did some tests in the WPE/GTK cmake build defining ANGLE_ENABLE_APPLE_WORKAROUNDS and compiling the apple translator sources. Is this a sensible approach? Results with WPE: => Results: 623/654 tests passed (95.3%) => Tests to be fixed (6300): 1 crashes ( 0.0%) 9 timeouts ( 0.1%) => Tests that will only be fixed if they crash (WONTFIX) (0): Expected to fail, but passed: (1) webgl/1.0.x/conformance/extensions/oes-vertex-array-object.html Regressions: Unexpected text-only failures (3) webgl/1.0.3/conformance/extensions/webgl-compressed-texture-s3tc.html [ Failure ] webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts.html [ Failure ] webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-video.html [ Failure ] Regressions: Unexpected timeouts (2) webgl/1.0.3/conformance/context/context-eviction-with-garbage-collection.html [ Timeout ] webgl/1.0.3/conformance/glsl/misc/expression-list-in-declarator-initializer.html [ Timeout ]
Kimmo Kinnunen
Comment 5 2021-12-08 06:02:41 PST
I think you should remove the use of SH_UNFOLD_SHORT_CIRCUIT.
Lauro Moura
Comment 6 2021-12-08 06:38:33 PST
(In reply to Kimmo Kinnunen from comment #5) > I think you should remove the use of SH_UNFOLD_SHORT_CIRCUIT. Seems to have worked like a charm, thanks! Doing a few more tests with both ports before submitting.
Lauro Moura
Comment 7 2021-12-08 06:57:43 PST
EWS
Comment 8 2021-12-08 07:33:20 PST
Committed r286653 (?): <https://commits.webkit.org/r286653> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446359 [details].
Radar WebKit Bug Importer
Comment 9 2021-12-08 07:34:25 PST
Note You need to log in before you can comment on or make changes to this bug.