commit | aedd47193f191f8f0ece2c9a13324dcb51c9b34e | [log] [tgz] |
---|---|---|
author | Maksim Sisov <msisov@igalia.com> | Tue Feb 28 16:08:37 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 28 16:08:37 2023 |
tree | decaeacab766b1711c5d082aea625f27f6fd1eec | |
parent | ddc9bb3db21df1080078e83745d97d9edc008938 [diff] |
[ios]: exclude macOS special shared image usages on iOS. This excludes special usages from iOS, which makes GLTextureImageBackingFactory::IsSupported return false when Angle/Metal is used. There is no benefit for iOS to use IOSurface instead of GLTextures for some of the SI usages as it doesn't either have multi-gpu support or GLTextures are sufficient in terms of functionality. This change fixes the VideoRendererPixelHiLoTest.* tests that use high bit (>8) video frames and also GLTextureImageBackingFactory* tests on iOS. Bug: 1413718, 1413717 Change-Id: I2a7e7a6d3d3fc61599484c95780738700e70450d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4287236 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/main@{#1110981}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.