Title: [269856] branches/safari-610-branch/Source/WebKit
Revision
269856
Author
[email protected]
Date
2020-11-16 09:30:15 -0800 (Mon, 16 Nov 2020)

Log Message

Cherry-pick r269651. rdar://problem/71442660

    [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-branch/Source/WebKit/ChangeLog (269855 => 269856)


--- branches/safari-610-branch/Source/WebKit/ChangeLog	2020-11-16 17:29:59 UTC (rev 269855)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog	2020-11-16 17:30:15 UTC (rev 269856)
@@ -1,5 +1,33 @@
 2020-11-16  Russell Epstein  <[email protected]>
 
+        Cherry-pick r269651. rdar://problem/71442660
+
+    [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-16  Russell Epstein  <[email protected]>
+
         Cherry-pick r269649. rdar://problem/71442660
 
     [macOS] Allow IOGLESBundleName for Apple Silicon Macs

Modified: branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269855 => 269856)


--- branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-16 17:29:59 UTC (rev 269855)
+++ branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-16 17:30:15 UTC (rev 269856)
@@ -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

Reply via email to