Changeset 269649 in webkit


Ignore:
Timestamp:
Nov 10, 2020 3:02:55 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>

Reviewed by Tim Horton.

The WebContent should be able to read the IOGLESBundleName IOKit property on
Apple Silicon Macs. This will help the OpenGL stack make better choices about
which bundles to load when processing WebGL content.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r269648 r269649  
     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        Reviewed by Tim Horton.
     8
     9        The WebContent should be able to read the IOGLESBundleName IOKit property on
     10        Apple Silicon Macs. This will help the OpenGL stack make better choices about
     11        which bundles to load when processing WebGL content.
     12
     13        * WebProcess/com.apple.WebProcess.sb.in:
     14
    1152020-11-10  Said Abou-Hallawa  <said@apple.com>
    216
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r269584 r269649  
    554554        (iokit-property "ADSSupported")
    555555        (iokit-property "IOAVDHEVCDecodeCapabilities")
     556        (iokit-property "IOGLESBundleName") ;; <rdar://problem/67473780>
    556557        (iokit-property "IOSurfaceAcceleratorCapabilitiesDict") ;; <rdar://problem/63696732>
    557558        (iokit-property "acoustic-id") ;; <rdar://problem/65290967>
Note: See TracChangeset for help on using the changeset viewer.