You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pavel Barabanov eed703bc81 Fixes crashes in Diablo 3, in AC3, and allows you not to break the launch of guns of fury 11 months ago
..
README.md Move dead submodules in-tree 11 months ago
vk_acc_shim.cpp Move dead submodules in-tree 11 months ago

README.md

Adreno Compiler Collection parameter shim

TODO

Make some sort of API for this so parameters can be changed through adrenotools in realtime.

Compilation

$ sed -i 's/libllvm-glnext/notreal-glnext/g' libllvm-glnext.so
$ mv libllvm-glnext.so notreal-glnext.so
$ aarch64-linux-android28-clang  vk_acc_shim.cpp -o notllvm-glnext.so --shared -fpic
$ sed -i 's/libllvm-glnext/notllvm-glnext/g' vulkan.adreno.so