├── README.md ├── adreno-3xx ├── README.md ├── jellybean │ └── system │ │ └── lib │ │ ├── libOpenCL.so │ │ └── libllvm-a3xx.so └── kitkat │ └── system │ └── vendor │ └── lib │ ├── libOpenCL.so │ └── libllvm-a3xx.so └── mali-t6xx ├── README.md └── jellybean └── system └── lib └── libOpenCL.so /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/README.md -------------------------------------------------------------------------------- /adreno-3xx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/adreno-3xx/README.md -------------------------------------------------------------------------------- /adreno-3xx/jellybean/system/lib/libOpenCL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/adreno-3xx/jellybean/system/lib/libOpenCL.so -------------------------------------------------------------------------------- /adreno-3xx/jellybean/system/lib/libllvm-a3xx.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/adreno-3xx/jellybean/system/lib/libllvm-a3xx.so -------------------------------------------------------------------------------- /adreno-3xx/kitkat/system/vendor/lib/libOpenCL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/adreno-3xx/kitkat/system/vendor/lib/libOpenCL.so -------------------------------------------------------------------------------- /adreno-3xx/kitkat/system/vendor/lib/libllvm-a3xx.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/adreno-3xx/kitkat/system/vendor/lib/libllvm-a3xx.so -------------------------------------------------------------------------------- /mali-t6xx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/mali-t6xx/README.md -------------------------------------------------------------------------------- /mali-t6xx/jellybean/system/lib/libOpenCL.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeye/opencl-android-proprietary/HEAD/mali-t6xx/jellybean/system/lib/libOpenCL.so --------------------------------------------------------------------------------