Title: [269651] trunk/Source/WebKit
- Revision
- 269651
- Author
- bfulg...@apple.com
- Date
- 2020-11-10 15:18:59 -0800 (Tue, 10 Nov 2020)
Log Message
[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:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (269650 => 269651)
--- trunk/Source/WebKit/ChangeLog 2020-11-10 23:17:05 UTC (rev 269650)
+++ trunk/Source/WebKit/ChangeLog 2020-11-10 23:18:59 UTC (rev 269651)
@@ -4,6 +4,18 @@
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 Brent Fulgham <bfulg...@apple.com>
+
+ [macOS] Allow IOGLESBundleName for Apple Silicon Macs
+ https://bugs.webkit.org/show_bug.cgi?id=218774
+ <rdar://problem/67473780>
+
Reviewed by Tim Horton.
The WebContent should be able to read the IOGLESBundleName IOKit property on
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269650 => 269651)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-10 23:17:05 UTC (rev 269650)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-10 23:18:59 UTC (rev 269651)
@@ -554,6 +554,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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes