Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 356f67eae83172534ddf23df2a69a017fbd05978 https://github.com/WebKit/WebKit/commit/356f67eae83172534ddf23df2a69a017fbd05978 Author: Carlos Garcia Campos <cgar...@igalia.com> Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths: M Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp M Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.h Log Message: ----------- [OpenXR] Use a WorkQueue for the render loop https://bugs.webkit.org/show_bug.cgi?id=297451 Reviewed by Fujii Hironori. We currently use a thread to poll the events and process the frame, but several objects are created in main thread and used from both threads or can be released in both threads too. Using a WorkQueue we can move all the session handling to the render thread and simplify the render loop. Canonical link: https://commits.webkit.org/298948@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes