commit | f166fe245c9e91e49c07f6aed48fedd5eed6d99b | [log] [tgz] |
---|---|---|
author | Linus Nilsson <lnilsson@webrtc.org> | Fri Oct 06 13:10:41 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 06 14:20:28 2023 |
tree | 1ff29a481bee6a2b04c33d0dc453c86221c0f841 | |
parent | 36e4dd2f42d802c965e519111a720775fe7b99e9 [diff] |
Avoid excessive eglMakeCurrent calls With shared EglConnections each client must ensure their EGLSurface is made current every time they access the thread. This will lead to unnecessary eglMakeCurrent calls when the EGLSurface is in fact already current, such as when the EglConnection only has one client or when one client accesses the thread without interruption. Bug: b/217863437 Change-Id: I1b03daec4d5cd43af21fe9c168e3637f676b6fec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322322 Reviewed-by: Ranveer Aggarwal <ranvr@webrtc.org> Commit-Queue: Linus Nilsson <lnilsson@webrtc.org> Reviewed-by: Zoé Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40883}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.