Update MoltenVK#218
Closed
taylenwells2026-blip wants to merge 26 commits into
Closed
Conversation
Author
|
First commit is meant to be named “Delete MoltenVK 1.2.9” sorry |
Signed-off-by: kutta <taylenwells2026@icloud.com>
Removed gl4es build and push steps, added custom dylib injection. Signed-off-by: kutta <taylenwells2026@icloud.com>
Changed the runner from a custom one to GitHub's official Mac runner and added a step to install dependencies using Homebrew. Signed-off-by: kutta <taylenwells2026@icloud.com>
Removed custom dylib injection steps and related comments from the GitHub Actions workflow. Signed-off-by: kutta <taylenwells2026@icloud.com>
Added a step to set up JDK 8 for compilation. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated Java setup and build commands to use BOOTJDK. Signed-off-by: kutta <taylenwells2026@icloud.com>
Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated Makefile commands in the CI workflow to use the correct JAVA_HOME path. Signed-off-by: kutta <taylenwells2026@icloud.com>
Signed-off-by: kutta <taylenwells2026@icloud.com>
Added CFLAGS and CXXFLAGS to suppress implicit function errors during the build process. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated compiler flags in the development workflow to pass them directly during gmake execution. Signed-off-by: kutta <taylenwells2026@icloud.com>
Added import for task.h to resolve compile error with task_set_exception_ports. Removed unused code related to JAVA_HOME and memory allocation. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated JavaLauncher.m to fix compile errors and improve Java environment setup. Signed-off-by: kutta <taylenwells2026@icloud.com>
Added a patch step to fix the missing header in JavaLauncher.m and removed compiler flags from gmake commands. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated patch step to explicitly force required headers to the top of JavaLauncher.m. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated the patch step to force Mach declarations by adding the _DARWIN_C_SOURCE definition to JavaLauncher.m. Signed-off-by: kutta <taylenwells2026@icloud.com>
Updated the patching process for JavaLauncher to include a global compile option in CMake, preventing strict modern Xcode declaration crashes. Signed-off-by: kutta <taylenwells2026@icloud.com>
Signed-off-by: kutta <taylenwells2026@icloud.com>
Removed the reset step for JavaLauncher source and added a patch for native build flags. Signed-off-by: kutta <taylenwells2026@icloud.com>
Signed-off-by: kutta <taylenwells2026@icloud.com>
Removed unnecessary CMake patch and streamlined the setup process by adjusting compiler flags. Signed-off-by: kutta <taylenwells2026@icloud.com>
Inject compiler flags into Makefile for implicit function declaration warnings. Signed-off-by: kutta <taylenwells2026@icloud.com>
Inject system header into JavaLauncher.m and update build flags in CMakeLists.txt. Signed-off-by: kutta <taylenwells2026@icloud.com>
Removed unnecessary comment about Noah setup configuration. Signed-off-by: kutta <taylenwells2026@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces MoltenVK 1.2.9 with 1.4.2