Title: [269649] trunk/Source/WebKit
Revision
269649
Author
bfulg...@apple.com
Date
2020-11-10 15:02:55 -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>

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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (269648 => 269649)


--- trunk/Source/WebKit/ChangeLog	2020-11-10 22:58:21 UTC (rev 269648)
+++ trunk/Source/WebKit/ChangeLog	2020-11-10 23:02:55 UTC (rev 269649)
@@ -1,3 +1,17 @@
+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
+        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:
+
 2020-11-10  Said Abou-Hallawa  <s...@apple.com>
 
         [macCatalyst] Fix various build breaks

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269648 => 269649)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-10 22:58:21 UTC (rev 269648)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-10 23:02:55 UTC (rev 269649)
@@ -553,6 +553,7 @@
     (allow iokit-get-properties
         (iokit-property "ADSSupported")
         (iokit-property "IOAVDHEVCDecodeCapabilities")
+        (iokit-property "IOGLESBundleName") ;; <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

Reply via email to