commit | 38e611ea7ac5cbcf214254e9b9024a62c5404fa2 | [log] [tgz] |
---|---|---|
author | Victor Costan <costan@fuchsia.infra.roller.google.com> | Sat Nov 16 02:24:13 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Nov 15 18:25:22 2024 -0800 |
tree | fb64c152147d6700f7067867a982783a41b9c720 | |
parent | 72f3c4895fc81385666bf8954724c832e4f402da [diff] |
[roll] Roll fuchsia [display][api-types] Add Dimensions concept. Dimensions is our equivalent of Vulkan's VkExtent2D. The name is based on our documentation -- I often found myself writing "image dimensions". This CL extracts the Dimensions concept from ImageMetadata and Rectangle. This makes it easier to express constraints such as "image_source represents an empty region", and checks such as "the image has the same dimensions as display_destination". A significant rejected option for the name is "Size". The option was rejected due to ambiguity. "Image size" may refer to the number of bytes needed to store the raster image. Original-Bug: 42079190 Test: fx test //src/graphics/display Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1158042 Original-Revision: a6d69e9ba84f8250bf94bc14345858f29cf11c2f GitOrigin-RevId: 9950164fba904e721c8d74d27c63a74a978017d8 Change-Id: I695ca118fd9b54d56fe4d4aa1c6fa46b3fa959ac
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.