Title: [269855] branches/safari-610-branch/Source/WebKit
- Revision
- 269855
- Author
- [email protected]
- Date
- 2020-11-16 09:29:59 -0800 (Mon, 16 Nov 2020)
Log Message
Cherry-pick r269649. rdar://problem/71442660
[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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269649 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-610-branch/Source/WebKit/ChangeLog (269854 => 269855)
--- branches/safari-610-branch/Source/WebKit/ChangeLog 2020-11-16 17:04:38 UTC (rev 269854)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog 2020-11-16 17:29:59 UTC (rev 269855)
@@ -1,3 +1,36 @@
+2020-11-16 Russell Epstein <[email protected]>
+
+ Cherry-pick r269649. rdar://problem/71442660
+
+ [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:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269649 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>
+
+ 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-04 Alan Coon <[email protected]>
Cherry-pick r268386. rdar://problem/70970067
Modified: branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269854 => 269855)
--- branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-16 17:04:38 UTC (rev 269854)
+++ branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2020-11-16 17:29:59 UTC (rev 269855)
@@ -422,6 +422,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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes