commit | e2f91c635324ad4a0f3c957976de3d3790022445 | [log] [tgz] |
---|---|---|
author | Maksim Sisov <msisov@igalia.com> | Tue Feb 21 19:28:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 21 19:28:53 2023 |
tree | cd1d7bae439ad4ad63ddc58588182d5a4a576968 | |
parent | 7ba5c29ee39a62c5565bea31e52ea3c53355b7e4 [diff] |
[ios]: always use hardware acceleration in tests gl_surface_test_support is a helper that initializes Chromium's gl implementation for us. On Android, hw is always used. We can do the same on iOS and always use Angle/Metal. This is possible thanks to an iOS simulator that supports hw acceleration. Bug: 1413718 Change-Id: Ic439ea0a47272e93af0ebb93689ee99808a14b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4262249 Reviewed-by: ccameron chromium <ccameron@chromium.org> Quick-Run: Tiago Vignatti <tvignatti@igalia.com> Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1107875}
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.