[roll] Roll fuchsia [roll] Roll third_party/mesa intel/isl: Only set CMF on renderable views on Xe2+

The compression format is only used during rendering.

This prevents drivers from hitting an unreachable when we start enabling
CCS on linear surfaces which may have non-renderable and non-pow2 formats.

For now, continue to use the surface format instead of the view format
to look up the CMF. This strategy should return the optimal CMF for
compressed surfaces that undergo redescription during copies.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37168>
Original-Revision: f005cd7d6829d45ecc36b997a9e630361359fe25

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407846
Original-Revision: dbc26e8b4eb206bd89ce30bf1952e1bc0718f8fe
GitOrigin-RevId: 536d09b7d427f8f231aec6bc93b68ce0c8e380d6
Change-Id: I51042022cc7504a0042de010cb798b78439ced93
1 file changed
tree: 94abdd080c47ed4b23e1981904d4add5d41e8b0f
  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.