Skip to content

Releases: lfdevs/mesa-for-android-container

turnip-26.2.0-devel-20260621

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:51
34e24eb

Turnip 26.2.0-devel-20260621

Important Notice

This release provides unpatched Turnip drivers. If the Turnip driver from the standard release (whose title does not have the turnip- prefix) does not work properly, you may use the Turnip driver from this release—see the README for details.

Please first install the standard release (whose title does not have the turnip- prefix), and then overwrite it with the Turnip driver provided in this release.

Note

For Adreno 7XX & 8XX, it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from standard release should work properly.

Changelog

Full Changelog: turnip-26.2.0-devel-20260610...turnip-26.2.0-devel-20260621

  • Sync with upstream.

Installation Instructions

  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 vulkan-freedreno*.pkg.tar.xz was built using makepkg and is intended for Arch Linux. You should install it using pacman. You can refer to the following commands:

sudo pacman -U vulkan-freedreno*.pkg.tar.xz

Checksums

41dad203fc1bbee1b36a75b24ab049737c1cd38b6cdfd4c1a6cd45bb9aa132ca  turnip_26.2.0-devel-20260621_alpine_3.24_arm64.tar.gz
0b4de858a995216aef81aeb8519aa734bfa4d4d44baf51646249bacbed36fc24  turnip_26.2.0-devel-20260621_debian_trixie_arm64.tar.gz
bd2bc62e54e7912ba2aba51e8a38248314c6ba4d23e096e3948010acd522f4ae  turnip_26.2.0-devel-20260621_fedora_43_arm64.tar.gz
ae1ea546b57e8e1b964ef6c87409a5d36cfb4d3db9dbad84b6ffbb84301bc225  turnip_26.2.0-devel-20260621_ubuntu_noble_arm64.tar.gz
ee1ec1535f6dc74f31adcef941ad17648a263206f0ec2fd5a9fe83d0053b3838  turnip_26.2.0-devel-20260621_ubuntu_questing_arm64.tar.gz
892016e23131c91f88f066bafdd741ab659ccd97bcca4c5b70549834f1728309  turnip_26.2.0-devel-20260621_ubuntu_resolute_arm64.tar.gz
ac5bef7fb329731274dc4b45b3537331b6b06ab479dd8da7eb8c9c53fa9d0c24  turnip_26.2.0-devel-20260621_void_arm64.tar.gz
a5cbc54b6526ccd1e5f0d3d5ee1aac0544b035bd2c32add37f2cb2284b32517e  vulkan-freedreno-1-26.2.0-4-aarch64.pkg.tar.xz

26.2.0-devel-20260621

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:00
14fd4ce

Mesa 26.2.0-devel-20260621

Changelog

Full Changelog: mesa-26.2.0-devel-20260610...mesa-26.2.0-devel-20260621

  • Sync with upstream.
  • Some fixes for using Freedreno & Turnip normally under Wayland by @superturtlee in #76

Installation Instructions

Note

For Adreno 7XX & 8XX, it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from this release should work properly.

  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

c9fe6de97c70749a548afc0c67d619e77a3ed2f68a8592ab5941b205e655f05d  mesa-for-android-container_26.2.0-devel-20260621_alpine_3.24_arm64.tar.gz
a9e97f462f2cd00d82a165365f288946f3ea78a5e00c1f8b7d23ad6a95371a53  mesa-for-android-container_26.2.0-devel-20260621_archlinux_arm64.tar
635108c1a52ddfa6c5e007295703eddb1b6926be12ff882bdf3f41df1e6ab94a  mesa-for-android-container_26.2.0-devel-20260621_debian_trixie_arm64.tar.gz
0258d7f8e9cb91ff765261201d3a516180c72f782a06946929dd11a020bea9de  mesa-for-android-container_26.2.0-devel-20260621_fedora_43_arm64.tar.gz
f756b597f68d6e38a62422307265e2432468f621550884a5836ca5ecbb050d63  mesa-for-android-container_26.2.0-devel-20260621_ubuntu_noble_arm64.tar.gz
2e4af9b86de0b6e19b828a367b8aa98d84e4e427a3fef3484fc759302f9c6373  mesa-for-android-container_26.2.0-devel-20260621_ubuntu_questing_arm64.tar.gz
1d4c5c7a6cab084f8bd064d0a38e7f02d7d850c547fd895e1d42f6e36b0ba89c  mesa-for-android-container_26.2.0-devel-20260621_ubuntu_resolute_arm64.tar.gz
32589612faa6fcefbbd7a930f7bb67ddfdf3b4f3e7f66843dddf1d881d506994  mesa-for-android-container_26.2.0-devel-20260621_void_arm64.tar.gz

turnip-26.2.0-devel-20260610

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:16
4fb51de

Turnip 26.2.0-devel-20260610

Important Notice

This release provides unpatched Turnip drivers. If the Turnip driver from the standard release (whose title does not have the turnip- prefix) does not work properly, you may use the Turnip driver from this release—see the README for details.

Please first install the standard release (whose title does not have the turnip- prefix), and then overwrite it with the Turnip driver provided in this release.

Note

For Adreno 7XX & 8XX, it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from standard release should work properly.

Changelog

Full Changelog: turnip-26.2.0-devel-20260511...turnip-26.2.0-devel-20260610

Installation Instructions

  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 vulkan-freedreno*.pkg.tar.xz was built using makepkg and is intended for Arch Linux. You should install it using pacman. You can refer to the following commands:

sudo pacman -U vulkan-freedreno*.pkg.tar.xz

Checksums

8b7cdb8a4fb3c4386763f2c3ed140f6baac73906d6e8784cfe35f7a26e36ab91  turnip_26.2.0-devel-20260610_alpine_3.24_arm64.tar.gz
cceca6cf3583ce855b72a09e623413900998a48b912a4b2fbf46fc3ba4586738  turnip_26.2.0-devel-20260610_debian_trixie_arm64.tar.gz
3e22bc109809a2b53e775e2671bdda7d94c506a9253ae31170c8a3d7495d8b2d  turnip_26.2.0-devel-20260610_fedora_43_arm64.tar.gz
274af72d70185b5295cf62ca86bbe72bcd91f7d6948c2e443e32cb1a96f3f152  turnip_26.2.0-devel-20260610_ubuntu_noble_arm64.tar.gz
4bd48d45b3433456155ac19df0d419fd6d340c64865ce462bd2c7ff295c1bc49  turnip_26.2.0-devel-20260610_ubuntu_questing_arm64.tar.gz
1e86103a61578c498bd1acc1542c7c48e21bf2d4684a83f2bd09c90b14f81970  turnip_26.2.0-devel-20260610_ubuntu_resolute_arm64.tar.gz
48051093979bfd8132b3a38c06dc5d692ade34f3da5420a7529396618cfc3b05  turnip_26.2.0-devel-20260610_void_arm64.tar.gz
f94295d05c313c366cebb3540f1d0278d2f6d291e1eac977dd787ac6b7940cb9  vulkan-freedreno-1-26.2.0-3-aarch64.pkg.tar.xz

26.2.0-devel-20260610

Choose a tag to compare

Mesa 26.2.0-devel-20260610

Changelog

Full Changelog: mesa-26.2.0-devel-20260511...mesa-26.2.0-devel-20260610

Installation Instructions

Note

For Adreno 7XX & 8XX, it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from this release should work properly.

  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

17b4b61d0f797932615aff1c503950716ad73b0789f6e5d5c945d8adf0306de3  mesa-for-android-container_26.2.0-devel-20260610_alpine_3.24_arm64.tar.gz
723879c7910701eebe5bb0f95d267f603ea8647b3b6e24ad22d3e180311fb2f8  mesa-for-android-container_26.2.0-devel-20260610_archlinux_arm64.tar
f84bd8cc8f4be226ec3572f5dc26798ba345494da32d9c82409df6fe396fef30  mesa-for-android-container_26.2.0-devel-20260610_debian_trixie_arm64.tar.gz
f6a82d80c61a64bd9b4b87f9d6036c4775f4ee46128c8c0ffd14da4fedbf4911  mesa-for-android-container_26.2.0-devel-20260610_fedora_43_arm64.tar.gz
a0f6f522566f5ac1187fa4a082ea0c3f77e25cf2008fd1d7863c1ff9bc756cb8  mesa-for-android-container_26.2.0-devel-20260610_ubuntu_noble_arm64.tar.gz
0249a4d2af3628476cdfbb1c10b7d28b6c9f1b7bbcc669e580bcad5e19e248c7  mesa-for-android-container_26.2.0-devel-20260610_ubuntu_questing_arm64.tar.gz
d85eb8106af6fa5b033b3640b1d7b625c5a2bb19065ee3b41d910602a77b8496  mesa-for-android-container_26.2.0-devel-20260610_ubuntu_resolute_arm64.tar.gz
61c4a4d8be611345afd276570a83ece740fe0f7771a646194021510a8e772e9a  mesa-for-android-container_26.2.0-devel-20260610_void_arm64.tar.gz

turnip-26.2.0-devel-20260511

Choose a tag to compare

@github-actions github-actions released this 11 May 15:55
463f993

Turnip 26.2.0-devel-20260511

Important Notice

For Adreno 7xx/8xx, please follow the installation instructions in the "Direct Extraction" section of the README.

This release provides unpatched Turnip drivers. If the Turnip driver from the standard release (whose title does not have the turnip- prefix) does not work properly, you may use the Turnip driver from this release—see the README for details.

Please first install the standard release (whose title does not have the turnip- prefix), and then overwrite it with the Turnip driver provided in this release.

Note

For Adreno 8XX (especially 830 & 840), it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from standard release should work properly.

Changelog

Full Changelog: turnip-26.2.0-devel-20260423...turnip-26.2.0-devel-20260511

  • Sync with upstream.

Installation Instructions

  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 vulkan-freedreno*.pkg.tar.xz was built using makepkg and is intended for Arch Linux. You should install it using pacman. You can refer to the following commands:

sudo pacman -U vulkan-freedreno*.pkg.tar.xz

Checksums

7af2a7f0be6ab4baf18d49f72d366a6151b2fbe598571fdbb20fcee3b95c3970  turnip_26.2.0-devel-20260511_debian_trixie_arm64.tar.gz
14b1878d34863eea8788b2085aa4bf9aef7100616657b8282fcad281c70b6020  turnip_26.2.0-devel-20260511_fedora_43_arm64.tar.gz
477a78cde74cbdbfb14885e637d1b5904da0b3fc4d44e30b47e1ad2f8f7b49bc  turnip_26.2.0-devel-20260511_ubuntu_noble_arm64.tar.gz
d3a2841e58426bde01ed6ab2f3fab8f74e4126655f7ef32705220ecbcf5570b6  turnip_26.2.0-devel-20260511_ubuntu_questing_arm64.tar.gz
1d39103e8bdea7fe0dd3b61bd61c3de86171e55b64dff4b9c50fd70233fc97b9  turnip_26.2.0-devel-20260511_ubuntu_resolute_arm64.tar.gz
8986cfb923c24201c775ba55f5e17df8afad55725727d65f67116a2861d8e8e1  turnip_26.2.0-devel-20260511_void_arm64.tar.gz
e69abb9bc9ac6504d56e103e76cbf5392f3c590839b5b6e613acc17cd1f27011  vulkan-freedreno-1-26.2.0-2-aarch64.pkg.tar.xz

26.2.0-devel-20260511

Choose a tag to compare

@github-actions github-actions released this 11 May 15:45
3743cc8

Mesa 26.2.0-devel-20260511

Changelog

Full Changelog: mesa-26.2.0-devel-20260423...mesa-26.2.0-devel-20260511

  • Sync with upstream.
  • tu/kgsl: Fix patched Turnip for Adreno 830/840: #54

Installation Instructions

Note

For Adreno 8XX (especially 830 & 840), it should no longer be necessary to install unpatched Turnip drivers now. Patched Turnip from this release should work properly.

For Adreno 7xx/8xx, 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

264ef155581e731ca673a8aef52db8e8966c35a37a23394b4a5190c449a03a57  mesa-for-android-container_26.2.0-devel-20260511_archlinux_arm64.tar
591ee8b316baf4888a8d1f56b6cc49f69f815a399ee192c802e0b725b709ca52  mesa-for-android-container_26.2.0-devel-20260511_debian_trixie_arm64.tar.gz
11ca562beef0adf4c1c754726e78e5fe683c8ed3f7c142028a6776de252402e9  mesa-for-android-container_26.2.0-devel-20260511_fedora_43_arm64.tar.gz
2482a9ff6e6ef578b6a4fcc6e61ee3f08968bc4a4ac3cb941851983af80a7729  mesa-for-android-container_26.2.0-devel-20260511_ubuntu_noble_arm64.tar.gz
f9848fdb3527c206a0937aa7b239b38e0eb81e2beec3f7df3453c99cb539dd68  mesa-for-android-container_26.2.0-devel-20260511_ubuntu_questing_arm64.tar.gz
556adb401d1582486d0d0e605ff9b8d89e02416e8ee7f09fc4b4b307489e358a  mesa-for-android-container_26.2.0-devel-20260511_ubuntu_resolute_arm64.tar.gz
19b4d4c3643e486fab774f727c05c2db89c3b9325eeb45d04dc1bbbe29e9c6bb  mesa-for-android-container_26.2.0-devel-20260511_void_arm64.tar.gz

turnip-26.2.0-devel-20260423

Choose a tag to compare

@github-actions github-actions released this 23 Apr 06:51
2ba70a9

Turnip 26.2.0-devel-20260423

Important Notice

For Adreno 7xx/8xx, please follow the installation instructions in the "Direct Extraction" section of the README.

This release provides unpatched Turnip drivers. If the Turnip driver from the standard release (whose title does not have the turnip- prefix) does not work properly, you may use the Turnip driver from this release—see the README for details.

Please first install the standard release (whose title does not have the turnip- prefix), and then overwrite it with the Turnip driver provided in this release.

Changelog

Full Changelog: turnip-26.1.0-devel-20260404...turnip-26.2.0-devel-20260423

Installation Instructions

  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 vulkan-freedreno*.pkg.tar.xz was built using makepkg and is intended for Arch Linux. You should install it using pacman. You can refer to the following commands:

sudo pacman -U vulkan-freedreno*.pkg.tar.xz

Checksums

d4a9fbcf669d1aa7aab231944c28e4ff976320067840b7cbb0586707bf5b95f1  turnip_26.2.0-devel-20260423_debian_trixie_arm64.tar.gz
149af3ed6f741eb1385501c04b0c79f7de34679fbb7bdddef0776fef0387fbe8  turnip_26.2.0-devel-20260423_fedora_43_arm64.tar.gz
0b23065d5af242d16f2e6c5f69257600ae5c49b3ee4ec62f1c1dcd20ddbbf00b  turnip_26.2.0-devel-20260423_ubuntu_noble_arm64.tar.gz
b80b1fb8b51d8dc9be014a1442e49d60966d45ceca1454d3af8687edabe1a6f9  turnip_26.2.0-devel-20260423_ubuntu_rolling_arm64.tar.gz
7bddd23252f95b7d40e60f4da1866256580ca68ac80b9d6143700a21d66c208b  turnip_26.2.0-devel-20260423_void_arm64.tar.gz
4eb958347af123a53eeb3c8ce70dcc3cce7d4bf37dc95e252a03dc21c33271dc  vulkan-freedreno-1-26.2.0-1-aarch64.pkg.tar.xz

26.2.0-devel-20260423

Choose a tag to compare

@github-actions github-actions released this 23 Apr 06:47
f23c8e5

Mesa 26.2.0-devel-20260423

Changelog

Full Changelog: mesa-26.1.0-devel-20260404...mesa-26.2.0-devel-20260423

Installation Instructions

For Adreno 7xx/8xx, 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

50c1816ad9c0ab99c1b8e69d4e884f1afb90667bfe06998faab23ef0cf2a5705  mesa-for-android-container_26.2.0-devel-20260423_archlinux_arm64.tar
709c2deb2ac6e7506bb547a135bd04f4ab41c62974787f99078f04a8e60aacef  mesa-for-android-container_26.2.0-devel-20260423_debian_trixie_arm64.tar.gz
473c4e314942ec631e3045ceea628658d67cda24aad8ae93925efc11c27b88e4  mesa-for-android-container_26.2.0-devel-20260423_fedora_43_arm64.tar.gz
e1532e95b2b8b7c06d850e4cc482235c3d1942198c645a2a6420824b34a27ec8  mesa-for-android-container_26.2.0-devel-20260423_ubuntu_noble_arm64.tar.gz
195b32ace96de9fa3b7afe87b5765fca7e358ae93a3eaeb837a733c4abf98d40  mesa-for-android-container_26.2.0-devel-20260423_ubuntu_rolling_arm64.tar.gz
fb6ab4b501039c408ab88a280dd87d89402eb31f2c268406a6fd3e4a2019938d  mesa-for-android-container_26.2.0-devel-20260423_void_arm64.tar.gz

turnip-weekly

turnip-weekly Pre-release
Pre-release

Choose a tag to compare

@lfdevs lfdevs released this 10 Apr 15:02
b0974aa

Turnip Weekly Builds

Important Notice

This release provides weekly automated builds of Turnip drivers. You can use them together with standard releases (whose title does not have the turnip- prefix), or you can use this release alone (which usually has better compatibility). When used alone, you need to change the value of the environment variable MESA_LOADER_DRIVER_OVERRIDE from kgsl to zink. See the README for details.

Installation Instructions

  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 turnip-weekly*.tar.gz -C /
  1. Refresh the dynamic linker cache.
sudo ldconfig

Checksums

8080aa49423510536bbbf6c8cc14e76f09d983ef243fa268c3808614bb2012d3  turnip-weekly_26.2.0-devel-20260629_alpine_3.24_arm64.tar.gz
5fb25c194007e1e6a2e686d82bd016ab30f708e9ef5e6e68edc35454448b3d21  turnip-weekly_26.2.0-devel-20260629_archlinux_arm64.tar.gz
ef0f64e3edb58e19faaf5127476c5ab36403e14771ddb0ed49107f0e3ce46bda  turnip-weekly_26.2.0-devel-20260629_debian_trixie_arm64.tar.gz
da3c5ea226bb6d3c5bb6ade3426e23d4d7316915487ed45f94d4e485cbd615f8  turnip-weekly_26.2.0-devel-20260629_fedora_43_arm64.tar.gz
f6d916ac4962612e989b6bf71c58b1d6c9a9d354097159f8fcfcca7764ab736c  turnip-weekly_26.2.0-devel-20260629_ubuntu_noble_arm64.tar.gz
85a8cc864b956ecfcbbd1b5b93e0d1097bbd46b69bdea309c05d8047389c7482  turnip-weekly_26.2.0-devel-20260629_ubuntu_questing.tar.gz
dc1760e8368212feb75df32183193ad0f3247d66835c6aa496a3bbe082902a18  turnip-weekly_26.2.0-devel-20260629_ubuntu_resolute.tar.gz
53ad8bd24b3082f76ca85db7d59eab3cf172199feb928e0f5a1b7a3151d467bd  turnip-weekly_26.2.0-devel-20260629_void_arm64.tar.gz

turnip-26.1.0-devel-20260404

Choose a tag to compare

@github-actions github-actions released this 04 Apr 15:21
ab5f386

Turnip 26.1.0-devel-20260404

Important Notice

For Adreno 7xx/8xx, please follow the installation instructions in the "Direct Extraction" section of the README.

This release provides unpatched Turnip drivers. If the Turnip driver from the standard release (whose title does not have the turnip- prefix) does not work properly, you may use the Turnip driver from this release—see the README for details.

Please first install the standard release (whose title does not have the turnip- prefix), and then overwrite it with the Turnip driver provided in this release.

Changelog

Full Changelog: turnip-26.1.0-devel-20260307...turnip-26.1.0-devel-20260404

Installation Instructions

  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 vulkan-freedreno*.pkg.tar.xz was built using makepkg and is intended for Arch Linux. You should install it using pacman. You can refer to the following commands:

sudo pacman -U vulkan-freedreno*.pkg.tar.xz

Checksums

f933187cfd12800573d897500b19ccf861dd3ee2441dc8a696744b1b41df79c8  turnip_26.1.0-devel-20260404_debian_trixie_arm64.tar.gz
60369800e592f62092f48bea4eb80e3b0a2760a282c9ce86968bf4111325a688  turnip_26.1.0-devel-20260404_fedora_43_arm64.tar.gz
dd4a7a0002488ef628ee1c7e9f75c202c5f1c82dafe70ded235c6c9c5b0a8186  turnip_26.1.0-devel-20260404_ubuntu_noble_arm64.tar.gz
30d2f27893b8e545c2b6a6283384ad84d2ae882c9c88d1ff762053d4801a425b  turnip_26.1.0-devel-20260404_void_arm64.tar.gz
f31ebc66c64b800f6c49fbf1ce4c181db965df960c3766085b0df5d53f86846a  vulkan-freedreno-1-26.1.0-4-aarch64.pkg.tar.xz