[roll] Roll fuchsia [roll] Roll third_party/mesa gallivm: handle u8/u16 const loads properly on big-endian.

Turns out just putting the u32 in doesn't work on big endian, so
put the proper u8/u16 values in.

Got a report that since the loop limiter got removed, a gtk4 blur
shader was looping forever on s390x. Turns out it was using a 16-bit
loop variable (because why wouldn't you), and the loop counter was
just staying at 0 all the time.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37593>
(cherry picked from commit e28cfb2bada2398a9ddcadd03fac060d5654a15e)
Original-Revision: b4cbb513f6adf46bd0d356f12a4ae1335dd70419

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407829
Original-Revision: 9823272e54de106fdcc16da98a3855ec63616052
GitOrigin-RevId: 475454b4ef40f0e064a86f1c89a38cc9b13cdf96
Change-Id: I85d916d1f72cb4e04ba4c633e57fda4e3102caaa
1 file changed
tree: f5f3cd91e12128852a22262fab1b13e0b309271d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.