No description
Find a file
Billy Laws c4bc94c03e Introduce new API for placed memory allocations
Useful for WOW64, where allocations need to be done in the lower 32-bits
of the AS.
2023-06-30 18:04:16 +01:00
gen Initial commit 2021-12-14 18:39:59 +00:00
include/adrenotools Introduce new API for placed memory allocations 2023-06-30 18:04:16 +01:00
lib Update submodule 2023-06-10 17:59:35 +01:00
src Introduce new API for placed memory allocations 2023-06-30 18:04:16 +01:00
tools Add compiler argument shim 2023-04-01 22:08:49 +01:00
.gitmodules Initial commit 2021-12-14 18:39:59 +00:00
adrenotools.pc.in Add shared library install target supporting pkgconfig 2023-06-30 18:04:00 +01:00
build_asm.sh Initial commit 2021-12-14 18:39:59 +00:00
CMakeLists.txt Add shared library install target supporting pkgconfig 2023-06-30 18:04:00 +01:00
LICENSE Initial commit 2021-12-14 18:39:59 +00:00
README.md Initial commit 2021-12-14 18:39:59 +00:00

Adreno Tools

A library for applying rootless Adreno GPU driver modifications/replacements. Currently supports loading custom GPU drivers such as turnip, enabling BCn textures and redirecting file operations to allow accessing shader dumps and modification of the driver config file without root.

Documentation

API is documented in the include/adrenotools headers.

Support

Android 9+ Arm64

Please create an issue if support for anything else is desired.