commit | 6c8b8332a94b64ea3288c5da623cfdb19f1937cc | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Mar 03 18:21:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 18:21:30 2023 |
tree | 10f19cb0fe719c1e126711b37288b0931f80cc06 | |
parent | 9fd9017f6357b16e4dd8690f3dc28547b918e764 [diff] |
Multiplanar: Implement Passthrough Decoder ReadbackARGBPixels This change implements DoReadbackARGBImagePixelsINTERNAL for the Passthrough Command Decoder similar to how it is implemented for Raster Decoder. It also moves the common Skia based code into CopySharedImageHelper class for the two decoders. Bug: 1417022 Change-Id: I11d255ad7416980361a1521571628eb2fef27b6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4292333 Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1112876}
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.