mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-13 06:41:18 -04:00
* Feat: update to LWJGL 3.3.1 Add nanovg module for OneConfig mod (untested) Move most of jre_lwjgl3glfw source files to lwjgl3 repo * Update lwjgl libraries * Fix: fatal glfw callback cleanup * Build: update lwjgl.jar (fix dlopen on 32bit) https://github.com/PojavLauncherTeam/lwjgl3/commit/4c35777 * Feat: add support code for VulkanMod Copied changes from v3_vulkanmod branch except libraries Added patch script for VulkanMod * Fix variable name * Fix[oshi]: try to update to jna 5.13.0 and oshi 6.3.0 * fix compilation errors * Fix NumberFormatException: For input string: "1-jre" * Fix the brackets * Fix: jna library path * Fix OpenGL initialization * Fix broken init of GL renderers * Fixes[vulkanmod]: fix patcher script, set Vulkan libname * Fix SHA1 mismatch of replaced libraries * Build: update lwjgl-opengl.jar: reland fixPojavGLContext https://github.com/PojavLauncherTeam/lwjgl3/commit/29db8b5cc053d4d8faed6ed66536b7de3f1a7ba4 * Include libc++_shared in vulkanmod patcher * Revert "Include libc++_shared in vulkanmod patcher" This reverts commit cf3165e89c5de601ad9e7ffe7c6eee2573df7135. * Fix java version detection for LabyMod4 * Fix lwjgl-openal missing wrapper --------- Co-authored-by: khanhduytran0 <khanhduytran0@users.noreply.github.com>