-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yet more improvements to native library builds (#2150)
* Native/CMake: Configure all binutils tools in toolchain files for good measure. * Native/Vkd3d: Fix source repository URL to match submodule. * Native/Vkd3d: Clean up build script and build for linux-arm and linux-arm64. * Native: Don't install pkg-config explicitly in workflows. It's already preinstalled. * Native/wgpu-native: Add a clarifying comment to the workflow. * Native/Vkd3d: Use x86_64-w64-mingw32-widl as IDL compiler. Should avoid having to install all of Wine. * Native/Vkd3d: Temporarily patch out the Vulkan library check in configure.ac. * Native/Vkd3d: Perform configure.ac patching before invoking autogen.sh. * New binaries for Vkd3d on Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 * Revert "Native/Vkd3d: Fix source repository URL to match submodule." This reverts commit d5949f0. --------- Co-authored-by: The Silk.NET Automaton <[email protected]>
- Loading branch information
1 parent
f3087ca
commit 0e8e039
Showing
15 changed files
with
147 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file added
BIN
+1.05 MB
src/Native/Silk.NET.Vkd3d.Native/runtimes/linux-arm/native/libSPIRV-Tools-shared.so
Binary file not shown.
Binary file added
BIN
+174 KB
src/Native/Silk.NET.Vkd3d.Native/runtimes/linux-arm/native/libd3dcompile_vkd3d.so
Binary file not shown.
Binary file added
BIN
+1.46 MB
src/Native/Silk.NET.Vkd3d.Native/runtimes/linux-arm64/native/libSPIRV-Tools-shared.so
Binary file not shown.
Binary file added
BIN
+22 KB
src/Native/Silk.NET.Vkd3d.Native/runtimes/linux-arm64/native/libd3dcompile_vkd3d.so
Binary file not shown.
Binary file modified
BIN
-4.13 MB
(28%)
src/Native/Silk.NET.Vkd3d.Native/runtimes/linux-x64/native/libSPIRV-Tools-shared.so
Binary file not shown.