[roll] Roll fuchsia [banjo][fidl][display] Remove the layer z-index concept from the API.

In the API between the display coordinator and display engine drivers,
layers currently have a z_index property. Display engine drivers are
supposed to use the property to merge the layer list in a display
configuration passed via ApplyConfiguration() with the layer list in the
current configuration.

The z-index concept is under-documented and under-tested, and only
supported on the intel-i915 driver. This CL removes the concept, in
order to reduce cognitive load and the cost of driver migration efforts.

Original-Bug: 316631158
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089297
Original-Revision: 92f074eee5e62152af43e955f5c76f53163bd406
GitOrigin-RevId: 4277a80289b26a0fa2c1e3024b168819d339801f
Change-Id: Ibb2cc41ebdbdb2ca74c546cba4f7714474fd307a
1 file changed
tree: 245a67efd2c633e13b5dff2ee1657ae3f187df88
  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.