[roll] Roll third_party/mesa Reference fuchsia.io/OpenFlags

$ git grep -l 'wire::kOpenFlag' | xargs sed -E -i 's/wire::kOpenFlag/wire::OpenFlags::k/g'
$ git grep -l 'wire::kOpenRight' | xargs sed -E -i 's/wire::kOpenRight/wire::OpenFlags::kRight/g'

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/663785
Original-Revision: 665b7e2f64a14c87afa9beea0aa975d404de4cc0
GitOrigin-RevId: 731bae69ae923bcd9a32dbe54a2173efd67530a2
Change-Id: Ic50a3bfb7c00f7d73697d3aa181b130dc45edc31
1 file changed
tree: 5b750f2e594571d627dae009f2b26f2e4d4ace18
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.