[roll] Roll third_party/mesa [util] Prepare for zxio_dirent_iterator_next API change, fix buf size

This updates the directory iteration logic in os_dirent_fuchsia to
prepare for an upcoming API change to the zxio_dirent_iterator_next API
which will remove an extra data copy. This also increases the size of
the dirent name buffer as this must accomodate an element of up to
NAME_MAX bytes plus the mandatory null terminator. Since zxio promises
to null terminate names in zxio_dirent_iterator_next with both the old
and new API, this also removes the extra null termination.

Original-Bug: 91172
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/628510
Original-Revision: 3168bcbc842464fc39f92e86e98592eff8d28bae
GitOrigin-RevId: 4c98b44aa21f679bb516e30c0d952b61315c558f
Change-Id: Id384820b0b5c0022dab976a2c64c4d8449be8b38
1 file changed
tree: a2616d10a784ed96c687d615bce805c67209c65d
  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.