commit | 3ca66002f25918e97a4e64066314428ba15ead78 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Jan 05 22:04:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 05 22:04:21 2024 |
tree | 9cc5373765f61c3da5df8d64086199e83c8a9996 | |
parent | df28a1425878c47d766fbe6a28f00078928228f5 [diff] |
[viz][Multiplanar] Use VideoResourceUpdater::AppendQuads for YUV tests Currently, VideoRenderer pixeltests create a YUVVideoQuad themselves when creating an AggregatedRenderPass with setting the quad params. This change updates these tests to instead call VideoResourceUpdater:: AppendQuads which decides the right quad to set which will use TextureQuad for non-legacy multiplanar shared images thus making the logic quad type agnostic. Bug: 1465939 Change-Id: I5f55975afdb832870a051f07c55d48b2635006bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5170226 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Cr-Commit-Position: refs/heads/main@{#1243626}
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.