PojavLauncherTeam / freedreno-builder

A script for building turnip driver as a magisk module from mesa repository, scheduled releases per 2 week via github actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a bash script to build freedreno/turnip for android as a magisk module.

Scheduled Releases

  • Automated releases at 06:00 UTC on the 1st and 15th of each month.

Notes;

  • Root must be visible to target app/game.
  • Not compatible with android SkiaVK due to lack of VK_ANDROID_external_memory_android_hardware_buffer extension.
  • Tested with these apps/games listed here.

To Build Locally

  • Obtain the script turnip_builder.sh on your linux environment. (visit the link and use CTRL + S keys)
  • Execute script on linux terminal bash ./turnip_builder.sh
  • To build experimental branchs, change this line, and add one more line to rename unzipped folder to mesa-main.

References

About

A script for building turnip driver as a magisk module from mesa repository, scheduled releases per 2 week via github actions.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%