Title: [269656] branches/safari-610.3.7.1-branch/Source/WebKit
- Revision
- 269656
- Author
- [email protected]
- Date
- 2020-11-10 15:35:06 -0800 (Tue, 10 Nov 2020)
Log Message
Cherry-pick r269651. rdar://problem/71256353
[macOS] Allow IOGLESBundleName for Apple Silicon Macs
https://bugs.webkit.org/show_bug.cgi?id=218774
<rdar://problem/67473780>
Unreviewed follow-up fix to r269649.
Two additional keys are needed: MetalPluginClassName and MetalPluginName
* WebProcess/com.apple.WebProcess.sb.in:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-610.3.7.1-branch/Source/WebKit/ChangeLog (269655 => 269656)
--- branches/safari-610.3.7.1-branch/Source/WebKit/ChangeLog 2020-11-10 23:33:12 UTC (rev 269655)
+++ branches/safari-610.3.7.1-branch/Source/WebKit/ChangeLog 2020-11-10 23:35:06 UTC (rev 269656)
@@ -1,5 +1,33 @@
2020-11-10 Kocsen Chung <[email protected]>
+ Cherry-pick r269651. rdar://problem/71256353
+
+ [macOS] Allow IOGLESBundleName for Apple Silicon Macs
+ https://bugs.webkit.org/show_bug.cgi?id=218774
+ <rdar://problem/67473780>
+
+ Unreviewed follow-up fix to r269649.
+
+ Two additional keys are needed: MetalPluginClassName and MetalPluginName
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2020-11-10 Brent Fulgham <[email protected]>
+
+ [macOS] Allow IOGLESBundleName for Apple Silicon Macs
+ https://bugs.webkit.org/show_bug.cgi?id=218774
+ <rdar://problem/67473780>
+
+ Unreviewed follow-up fix to r269649.
+
+ Two additional keys are needed: MetalPluginClassName and MetalPluginName
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2020-11-10 Kocsen Chung <[email protected]>
+
Cherry-pick r269649. rdar://problem/71256353
[macOS] Allow IOGLESBundleName for Apple Silicon Macs
Modified: branches/safari-610.3.7.1-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269655 => 269656)
--- branches/safari-610.3.7.1-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-10 23:33:12 UTC (rev 269655)
+++ branches/safari-610.3.7.1-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-10 23:35:06 UTC (rev 269656)
@@ -423,6 +423,8 @@
(iokit-property "ADSSupported")
(iokit-property "IOAVDHEVCDecodeCapabilities")
(iokit-property "IOGLESBundleName") ;; <rdar://problem/67473780>
+ (iokit-property "MetalPluginClassName") ;; <rdar://problem/67473780>
+ (iokit-property "MetalPluginName") ;; <rdar://problem/67473780>
(iokit-property "IOSurfaceAcceleratorCapabilitiesDict") ;; <rdar://problem/63696732>
(iokit-property "acoustic-id") ;; <rdar://problem/65290967>
))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes