Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add support for creating accelerated WebGL contexts in a worker
https://bugs.webkit.org/show_bug.cgi?id=247103 Reviewed by Dean Jackson. * Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp: (WebCore::getGraphicsClient): (WebCore::WebGLRenderingContextBase::create): (WebCore::WebGLRenderingContextBase::maybeRestoreContext): * Source/WebCore/platform/GraphicsClient.h: * Source/WebCore/platform/HostWindow.h: * Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.cpp: (WebKit::WebWorkerClient::createGraphicsContextGL const): * Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.h: Canonical link: https://commits.webkit.org/257541@main
- Loading branch information
1 parent
3c4cf6c
commit cfc4f80
Showing
5 changed files
with
87 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters