skyline/app/src/main/cpp
PixelyIon e294fa8c91 Add subpass limit quirk to fix Adreno driver bug
Older Adreno proprietary drivers (5xx and below) will segfault while destroying the renderpass and associated objects if more than 64 subpasses are within a renderpass due to internal driver implementation details. This commit introduces checks to automatically break up a renderpass when that limit is hit.
2022-04-14 14:14:52 +05:30
..
skyline Add subpass limit quirk to fix Adreno driver bug 2022-04-14 14:14:52 +05:30
emu_jni.cpp Pass native library dir to OS + reorder OS init order so paths are first 2022-04-14 14:14:52 +05:30
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00