[webkit-changes] [WebKit/WebKit] 4929b4: [WebGL] Make WebGL via Metal internal

Dan Glastonbury noreply at github.com
Fri Jun 16 14:16:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4929b4c592f9bebd8079fc1ad5c9a691d60f827f
      https://github.com/WebKit/WebKit/commit/4929b4c592f9bebd8079fc1ad5c9a691d60f827f
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Tools/DumpRenderTree/TestOptions.cpp
    M Tools/WebKitTestRunner/TestOptions.cpp

  Log Message:
  -----------
  [WebGL] Make WebGL via Metal internal
https://bugs.webkit.org/show_bug.cgi?id=250433
rdar://problem/104104772

Reviewed by Brent Fulgham.

Due to sandboxing, in the post-Ventura world it's becoming harder and harder to
run WebGL via OpenGL instead of Metal and is not generally useful preference for
developers to toggle.

Change the status of `WebGLUsingMetal` to `internal` to reflect this.

Canonical link: https://commits.webkit.org/265257@main




More information about the webkit-changes mailing list