[roll] Roll fuchsia Revert "[flatland] CpuRenderer improvements."

This reverts commit 6b6d80bff71810b37c7400d6a46ed76895e3e3a4.

Reason for revert: b/363281956

Original change's description:
> [flatland] CpuRenderer improvements.
>
> Improve performance of inner loop by avoiding std::vector heap
> allocations.
>
> Check that that inner loop copies the correct number of bytes per pixel.
>
> Replace DCHECK with CHECK.  These are outside of the inner loop, so
> don't have a performance impact.
>
> Original-Bug: 361548290
> Change-Id: Ife680f5bceb4523fa77e0ed26df090e0a0910847
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108577
> Reviewed-by: Caroline Liu <carolineliu@google.com>
> Reviewed-by: Emircan Uysaler <emircan@google.com>
> Reviewed-by: Marco Vanotti <mvanotti@google.com>
> Commit-Queue: Josh Gargus <jjosh@google.com>

Original-Bug: 361548290
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1110003
Original-Revision: 7bf4078ea1d1646251f4e7082fc266217b0c920f
GitOrigin-RevId: 2b56d0b8d3d4e12c97660191464816b7baf207ed
Change-Id: I5c9aa7be5ddd445fc500d1de6707cd275f996fe2
1 file changed
tree: 158a71ac280eae057f0094175f6ea3ccc37f4ff5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.