Changeset 269651 in webkit


Ignore:
Timestamp:
Nov 10, 2020 3:18:59 PM (3 years ago)
Author:
Brent Fulgham
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r269649 r269651  
     12020-11-10  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [macOS] Allow IOGLESBundleName for Apple Silicon Macs
     4        https://bugs.webkit.org/show_bug.cgi?id=218774
     5        <rdar://problem/67473780>
     6
     7        Unreviewed follow-up fix to r269649.
     8
     9        Two additional keys are needed: MetalPluginClassName and MetalPluginName
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132020-11-10  Brent Fulgham  <bfulgham@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r269649 r269651  
    555555        (iokit-property "IOAVDHEVCDecodeCapabilities")
    556556        (iokit-property "IOGLESBundleName") ;; <rdar://problem/67473780>
     557        (iokit-property "MetalPluginClassName") ;; <rdar://problem/67473780>
     558        (iokit-property "MetalPluginName") ;; <rdar://problem/67473780>
    557559        (iokit-property "IOSurfaceAcceleratorCapabilitiesDict") ;; <rdar://problem/63696732>
    558560        (iokit-property "acoustic-id") ;; <rdar://problem/65290967>
Note: See TracChangeset for help on using the changeset viewer.