github lfdevs/mesa-for-android-container mesa-26.1.0-devel-20260125
26.1.0-devel-20260125

Mesa 26.1.0-devel-20260125

Changelog

Full Changelog: mesa-26.0.0-devel-20260116...mesa-26.1.0-devel-20260125

  • Sync with upstream and Freedreno & Turnip is now available for Adreno 840.
  • Add unofficial Freedreno and Turnip support for Adreno 710/720/830.

Installation Instructions

For Adreno 830/840, please follow the installation instructions in the "Direct Extraction" section of the README.

  1. Download an installation package from the Assets section. Please note the Linux distribution suffix in the filename, such as debian_trixie_arm64. You can only install the package that matches your distribution.
  2. Extract the installation package directly to the root directory.
sudo tar -zxvf mesa-for-android-container*.tar.gz -C /
  1. Refresh the dynamic linker cache.
sudo ldconfig

Note: The package with the suffix archlinux_arm64.tar is an archive containing multiple *.pkg.tar.xz files generated by makepkg. You must first extract it before installing with pacman. You can refer to the following commands:

mkdir mesa-for-android-container-tmp
tar -xvf mesa-for-android-container*.tar -C mesa-for-android-container-tmp/
sudo pacman -U mesa-for-android-container-tmp/*.pkg.tar.xz
rm -rf mesa-for-android-container-tmp

Checksums

9563b5d7e8a743d89007adf51e196287bf77cc026ab84f3317f44498a4beda2b  mesa-for-android-container_26.1.0-devel-20260125_archlinux_arm64.tar
945f02ab9bb0c336f7ce32c1270d0b27601937ec2554d455ce2d299c5d212701  mesa-for-android-container_26.1.0-devel-20260125_debian_trixie_arm64.tar.gz
55ca44e3d793cef8d69862eafea56960a61f233330baede56c3e4e7ccc629cc1  mesa-for-android-container_26.1.0-devel-20260125_fedora_43_arm64.tar.gz
33991eef62978f6eb448bbdef3ee4260d856d76fe17256f30a0e12b1b156c53f  mesa-for-android-container_26.1.0-devel-20260125_ubuntu_noble_arm64.tar.gz

Don't miss a new mesa-for-android-container release

NewReleases is sending notifications on new releases.